How do I display message when you click to walk in an area that in inaccessible?
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 hHotspot2_Talk()
{
if (Game.DoOnceOnly("Talk to door1"))
{
cEgo.Say("Can you open this door for me... Please.");
Wait(30)
adoor3.Play();
}
Display("The door now unlocked");
}
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.107 seconds with 14 queries.