Resonance:
= The second tab of these forums.
Enjoy
Spoiler
E7???-YNH3J-JF3KM
[close]

Enjoy

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// room script file
function hHotspot1_AnyClick()
{
if (code == 0) code++;
else code = 0;
}
function hHotspot2_AnyClick()
{
if (code == 1) code++;
beef.Visible=true;
else code = 0;
}
}
Quotewhen you close the phone and go back to the gameYou're right Khris i should have been more clearer on what i had tried, leaving the room (phone) wasn't the problem but i couldn't use SetNextScreenTransition(eTransitionInstant); in the previous room as this would affect the transition as using the door too, so i the set SetScreenTransition in the phone room before fade in but that didn't work either.
function iPhone_Interact()
{
player.ChangeRoom(12);
SetScreenTransition(eTransitionInstant);
}
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.048 seconds with 13 queries.