Charas-Project

Game Creation => RPG Maker => Topic started by: evmaster on October 31, 2014, 12:38:15 PM

Title: Teleportation item being disabled
Post by: evmaster on October 31, 2014, 12:38:15 PM
So I plan o making a teleporting item with a tutorial to allow players to go back to certain areas. But I want some areas where it won't work.

The tutorial I had for teleporting is gone as I just found out now.

I just want to know if it's possible to create an inventory item and make it disabled every now and then.  Thanks. :)

Edit: For Rpg maker Vx Ace
Title: Re: Teleportation item being disabled
Post by: Prpl_Mage on October 31, 2014, 02:47:27 PM
Well you can probably just turn on a Switch for the disabled area and put a switch chekc at the start of the event the teleportation item calls.
Title: Re: Teleportation item being disabled
Post by: Meiscool on October 31, 2014, 02:57:10 PM
You could always just make two identical items with different reference IDs and only the one with the correct reference ID allows teleporting. Just trade the two items In/Out when you want to enable/disable teleporting.