thank you very much!

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 hquadroblu_Look()
{
player.Say("un quadro blu.");
Overlay* myOverlay = Overlay.CreateGraphical(150, 45, 11, true);
Wait(1000);
eSkipAnyKeyOrMouseClick;
myOverlay.Remove();
GiveScore(5);
function cdio_Talk()
{
dDialog2.Start();
if (player.dDialog2 option is @4){
player.ChangeRoom (9, 415, 245);
}
}
function roomAfterFadeIn()
{
aMusic1.PlayFrom(1000);
if (aMusic1.IsAvailable)
{
aMusic1.Play();
}
}
function roomAfterFadeIn()
{
aMusic1.Stop();
aMusic3.PlayFrom(1000);
if (aMusic3.IsAvailable)
{
aMusic3.Play();
}
}
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.027 seconds with 13 queries.