RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Teleporter system

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 82
I hope this is in the right forum. I have search for a tutorial but didn't find one so here goes.

OK, I've been trying to figure out how to make a teleport system for my game. Lets say we have 3 towns and in each town there is a house where you can teleport from town to town but only once you've visited that town. I'm in Town A and I have visited Town B but have yet to visit Town C. So for now I can only go between town A and B but once I visit Town C I can go there as well. In a nutshell this is what I've been trying to figure out for the last 5 hours but to no avail.

Is there anyone here with some pointers? I'm at a complete lost sadly.
Note: I'm using RPG maker 2000

Alrighty Then
DTK
« Last Edit: October 14, 2009, 10:48:31 PM by Daren »

***
Rep:
Level 86
Sonic Dog -> Light Spear -> Overlimit -> Slash
Sounds like all you need are a couple switches. Turn an "I can use teleport B" switch on when your character walks into town B (Normally you'd use parallel processes for this, but in this case it doesn't matter). Do the same for town C, only use a different switch, then use conditional branches for your Town B and C teleporters.

^^ Didn't make sense? Here are a couple pictures:

Spoiler for Step Un:
Your event taking you to town B should look like this:

Spoiler for Step Deux:
Now in your teleporter room, Use an event that looks like this. It'll make it so that you can't enter town B until you've visited it first.

*
Rep: +0/-0Level 82
I am so sorry I haven't replayed faster. I want to thank you for teaching me how fork condition worked! I have just finished the event and it works perfectly. Thanks again!