Thank you very much to both of you. Your suggestions are highly appreciated!
Cheers
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 room_AfterFadeIn()
{
if (player.ActiveInventory == iSpanner)
{
SetBackgroundFrame(1);
}
else
{
SetBackgroundFrame(0);
}
}
// room script file
function R2StairsTransition_Interact()
{
player.Walk(351, 226, eBlock);
}
function R2TransitionLeft_WalkOn()
{
SetNextScreenTransition(eTransitionFade);
cChar1.ChangeRoom(1, 774, 570);
}
function R2StairsTransition_Interact()
{
player.Walk(351, 226, eBlock);
}
function R2StairsTransition_AnyClick()
{
player.Walk(351, 226, eBlock);
}
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.033 seconds with 14 queries.