Shanghai Simple Script - Pick Item Eventmade by Shanghai
Link/ScriptClick hereIntroductionAn event call to let the player pick an item, weapon, or armor, and then return that value to a variable.
How to UseMake a script call event like one of the following:
CODE
$game_variables[1] = pick_item_event
$game_variables[1] = pick_weapon_event
$game_variables[1] = pick_armor_event
This will return the selected item's item ID, weapon ID, or armor ID to the game variable you stored. 0 is returned if the player cancels.
CODE
<key item>
Place this tagin the noteboxes of your items, weapons, or armors to make you unable to select those items for the pick item event.
CompatibilityThis script is not compatible with anyone who does not know how to think.
For more Shanghai Simple ScriptsVisit Here.