Home > Tutorials > RPG Maker 2003 > Specific Teleport Items
Specific Teleport Items
This is really simple, though I am not sure if this has been made before, this may help someone.
What you need
An item marked as a switch item
A switch
A Common Event
The item can be called whatever you want, for example, mine is called "Return to Mittz" and set the switch to an unused switch(also in my game it is set to Switch#75 Return).
Now you need to make the common event, it's trigger should be set to auto start and have the switch be set to the switch you made earlier. I found, that if parallel process is used, it will continually loop.
The common event itself looks like
<>Play Sound(whatever sound you want, this is also optional)
<>Teleport(to place you want to be teleported to)
<>Switch Operation[0001:switch you used]toggle ON/OFF
<>
I may have made harder than it seems, but if you need help, PM or email me with your questions.
|
|
Details
|
|
Tutorial:
|
Specific Teleport Items |
|
Date Listed:
|
Mon, 07 Jul 2008 22:09:18 -0700 |
|
Author:
|
WhoamI
|
|
Total Hits:
|
1024 |
|
|