Hevendor Member 909 Sep 14, 2007 #1 Is there any variable, or any way to set one up, that holds the name (not ID) of the last item used? Thanks in advance.
Is there any variable, or any way to set one up, that holds the name (not ID) of the last item used? Thanks in advance.
Diedrupo Sponsor 781 Sep 14, 2007 #2 look for the item_effect function, you could probably cache the item id in a global variable there (preferably under $game_system) But there isn't one by default or anything. Upvote 0 Downvote
look for the item_effect function, you could probably cache the item id in a global variable there (preferably under $game_system) But there isn't one by default or anything.