Thanks, both!
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
if ( (IsTimerExpired(1) == 1 ) && ( scene2 == 2 ) ) {
cPaul.SayBackground("What a dumb question.");
SetTimer(2, 240);
scene2 = 3;
Quote from: Khris on Thu 27/01/2022 08:39:56
I assume both characters are going to be walking around?
function room_AfterFadeIn()
{
theme.Play();
}
function hHotspot1_AnyClick()
{
cCrusher.ChangeRoom(1, 159, 1349);
}
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.057 seconds with 14 queries.