Of course... silly me... thanks 
I'll stick that in between any 2 Lgenie.Texts as well.
cheers

I'll stick that in between any 2 Lgenie.Texts as well.
cheers
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 Menu
function Bgenie_OnClick(GUIControl *control, MouseButton button)
{ if (gStatusline.Visible==true && player.Room==9) {
gGeniepic.Visible=true;
gGeniepic.Transparency=0;
Buttong.Height=30;
Buttong.Animate(12, 0, 1, eOnce);
Wait(80);
Buttong.Animate(17, 0, 4, eRepeat);
Lgenie.Text="Sinbad. My powers have no effect on this part of the island. Kazima has cast some sort of dark spell.";
Wait(200);
Lgenie.Text="However, I can still help you. You need to make something to throw and kill the Cyclops. [That is all I can tell you Sinbad.";
Wait(200);
Buttong.Animate(18, 0, 0, eRepeat);
gGeniepic.Transparency=60;
Wait(40);
gGeniepic.Transparency=80;
Wait(40);
gGeniepic.Transparency=100;
Wait(10);
gGeniepic.Visible=false;
} else if (gStatusline.Visible==true && player.Room==11) {
gGeniepic.Visible=true;
gGeniepic.Transparency=0;
Buttong.Height=30;
Buttong.Animate(12, 0, 1, eOnce);
Wait(80);
Buttong.Animate(17, 0, 4, eRepeat);
Lgenie.Text="Sinbad.Trap the harpys from ahigh. That is all I can tell you.";
Wait(240);
Buttong.Animate(18, 0, 0, eRepeat);
gGeniepic.Transparency=60;
Wait(40);
gGeniepic.Transparency=80;
Wait(40);
gGeniepic.Transparency=100;
Wait(10);
gGeniepic.Visible=false;
// and other if else functions
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.130 seconds with 16 queries.