And don't forget to disable the debug mode before publishing the game

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 MenuQuote from: Mandle on Mon 11/01/2021 10:55:06
I would be first in line.
function hDoor_Interact()
{
if (DoubleClick.Event[eMouseLeft])
{
player.ChangeRoom(6, 280, 155, eDirectionLeft);
}
else
{
player.Walk(282, 173, eBlock);
player.ChangeRoom(6, 280, 155, eDirectionLeft);
}
}
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.056 seconds with 15 queries.