[RPG2K3] DOORS
Posts
Pages:
1
Yeah, been awhile since i posted help, or anything for that matter, how you all doing?
Anyways, onto my main subject. i set up a door via event. First page just says its locked.
Second page points out that if you have a key and use it, it unlocks the door, then removes the door.
third page is supposed to teleport you.
The second page, says would you like to use your key. You say yes, it takes your key, and unlocks the door, and verifies it by removing the door image. But when you close dialogue, the door is still there.
I was wondering what could be the cause of this?
Anyways, onto my main subject. i set up a door via event. First page just says its locked.
Second page points out that if you have a key and use it, it unlocks the door, then removes the door.
third page is supposed to teleport you.
The second page, says would you like to use your key. You say yes, it takes your key, and unlocks the door, and verifies it by removing the door image. But when you close dialogue, the door is still there.
I was wondering what could be the cause of this?
How've you got the event set up? Here's how I'd do it.
Page 1:
Branch if key possessed then turn switch (keypossessed) ON
Else Message: "Locked"
Then make another page and set the preconditions so that (keypossessed) must be on for it to run, make it a parallel process and set the graphic to a blank tile and "below hero".
Page 2:
Message: "Unlocked"
Teleport to wherever.
Page 1:
Branch if key possessed then turn switch (keypossessed) ON
Else Message: "Locked"
Then make another page and set the preconditions so that (keypossessed) must be on for it to run, make it a parallel process and set the graphic to a blank tile and "below hero".
Page 2:
Message: "Unlocked"
Teleport to wherever.
Awesome avatar i will note haha.
Anyways, This is how it's set up. I used pictures. Provided via TinyPic. Also, page 3 i know i need to set below hero.
http://i25.tinypic.com/2vanpmx.png -1
http://i29.tinypic.com/qrku9f.png - 2
http://i27.tinypic.com/dg59ba.png -3
Anyways, This is how it's set up. I used pictures. Provided via TinyPic. Also, page 3 i know i need to set below hero.
http://i25.tinypic.com/2vanpmx.png -1
http://i29.tinypic.com/qrku9f.png - 2
http://i27.tinypic.com/dg59ba.png -3
Try putting the "Change Items: Remove Key" after you do the Switch Operation in page 2. See if that helps.
Well, for one you've got it set as same layer as hero on the last page, where if you want to be able to walk through it needs to be set as below hero.
You've got it set on the second page that you need to read some plaque before getting to open the door, and on the last page you've got it set that you need to have opened chest 1 to teleport out. That might be your problem. Try making the secondary switch (the chest one) a conditional event instead - so on the third page you'll have:
IF switch ON
>TELEPORT
Else
> Need to open chest.
END
See if that changes anything.
You've got it set on the second page that you need to read some plaque before getting to open the door, and on the last page you've got it set that you need to have opened chest 1 to teleport out. That might be your problem. Try making the secondary switch (the chest one) a conditional event instead - so on the third page you'll have:
IF switch ON
>TELEPORT
Else
> Need to open chest.
END
See if that changes anything.
Nah, it didnt change anything.
It seems like it wants to revert to the first page after i use the key. Is there anything i can do with that knowledge?
If you guys want i'll post a small video to show you what happens.
It seems like it wants to revert to the first page after i use the key. Is there anything i can do with that knowledge?
If you guys want i'll post a small video to show you what happens.
Okay, try putting the switch turning on before you take away the key. Sometimes it's the order of the commands that can cause trouble.
On page 3, uncheck switch 4 in the preconditions. Precondition switch 1 on page 2 also seems a little unnecessary. You'll want to set page 3 to below hero as well, and fixed graphic.
Also the dialogue on the last page should say "Note THAT you will not be...."
Also the dialogue on the last page should say "Note THAT you will not be...."
Thanks for the grammar and the door help, but i figured it all out as soon as i posted the previous message.
I got all issues now fixed and this can be removed as needed.
Thank you.
I got all issues now fixed and this can be removed as needed.
Thank you.
Pages:
1