I've wanted to play Planetfall for a long time, thanks for the link.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: zeeman645 on Sat 07/06/2008 08:26:01Quote from: Jeopardy on Sat 07/06/2008 06:01:36you have firsthand experience?
Don't screw with LucasArts though, they're hardasses.
Quote from: LimpingFish on Tue 03/06/2008 20:58:53Quote from: Pumaman on Tue 03/06/2008 20:45:37
But don't you realise, if you spend even one minute alone with a woman, it can't end in any other way than with a night of steamy passion.
I've obviously been hanging out with the wrong women. :'(
Quote from: vertigoaddict on Sun 01/06/2008 21:19:20
I remember trying to download 'Chez apa' I think the game was, and for some reason it re-directed me to this porntube, I didn't know it was porn until I saw the link bar.
And that's how my PC got a virus attack for the second time.
Quote from: Quintaros on Fri 30/05/2008 20:49:19
Maybe you're right and the key to learning how to manage earth is by studying other worlds.
Quote from: KhrisMUC on Tue 20/05/2008 02:39:53
You're going to need two different variables; with your code, if obj_is_visible equals true, both objects get turned visible.
I'd use e.g. harbor_is_vis and tele_is_vis.
function dialog_request(int script) {
if (script == 1) {
Display ("To: Messrs. Acherman");
Display ("I am more than happy to accept your task, I shall disembark immediately.");
Display ("Signed: Simon Wethers");
obj_is_visible = true;
}
if (script == 2)
{
obj_is_visible = true;
}
}
function room_Load()
{
if (obj_is_visible) oHarborbutton.Visible = true;
if (obj_is_visible) oTelebutton.Visible = true;
}
// Dialog script file
@S // Dialog startup entry point
cSmn: This sounds intriguing.
cSmn: I'll go to the Telegrapher and respond right away.
run-script 2
stop
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.089 seconds with 14 queries.