Gui will not come up? [SOLVED]

Started by GreenBoy, Sat 30/12/2006 09:26:49

Previous topic - Next topic

GreenBoy

I want a gui to pop up that says "meanwhilst"
then go off after a while.
now ive tried scripting it but it wont come up.

heres what i had:

character[EGO].FaceLocation(character[EGO].x, character[EGO].y-50);
character[EGO].Say("Sigh....");
character[EGO].Say("Well at least my day cant get any worse.");
gMeanwhilst.Visible = true;
Wait(20);
gMeanwhilst.Visible = false;
EndCutscene();
character[EGO].ChangeRoom (3);

any ideas?

SSH

All I can imagine is that the transparency of the gui is set to 100 or something...
12

Ubel

Or perhaps it's under another GUI?

ManicMatt

*Whilst he waits for his own puzzle to be solved..*

Am I missing something here? Why is it a GUI? Why not create an object that is the word meanwhilst? that would be easier to script anyways.

Akatosh

I guess you changed the during-cutscenes option to GUIs turn off.

Naturally it'll disappear during a Wait command, then. Change that option to GUIs remain unchanged or just use an object, instead.

GreenBoy

Part of me hates it when its that simple.

Thanks Akatosh.

Didnt even think of looking there.

Akatosh

No problem - most people forget about the 'General settings'-pane  ;)

SMF spam blocked by CleanTalk