Jump to content
  • 0

How work page?


jtssi

Question

hello, I don't understand how pages work in events. I have created 2 pages and it is page 2 that is launched, page 1 is apparently ignored.
Is there a function to go from page 2 to page 1? I tried the labels but it doesn't work between pages.
Actually, I want to make a door.
Page 1: the door is visible, not passable
Page 2 the door is not visible, passable, wait 3 seconds then return to page 1
I put the two pages on action buton
thank you for your help.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
56 minutes ago, jtssi said:

hello, I don't understand how pages work in events. I have created 2 pages and it is page 2 that is launched, page 1 is apparently ignored.
Is there a function to go from page 2 to page 1? I tried the labels but it doesn't work between pages.
Actually, I want to make a door.
Page 1: the door is visible, not passable
Page 2 the door is not visible, passable, wait 3 seconds then return to page 1
I put the two pages on action buton
thank you for your help.

 

 

Put in requirements for Page 1: Self switch a is False

Requirements for page 2_ Self switch a is True

 

In the pages, end page 1 with: Set self switch a to true

End page 2 with: Set self switch A to false

Link to comment
Share on other sites

  • 0

i have a solution (a little boring but wok)

 

Door X :

page1 (not passable)

no condition

set player variable DOOR (set to X)

wait 3000ms

set player variable DOOR (set to 0)

page2 (passable)

condition : player variable : DOOR is equal to X

 

X is the number we choose, but not to be handed over to another door

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...