Advertisement
YoraeRasante

Untitled

Jan 22nd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <Custom Turn End Effect>
  2. // Set ammoFire for the id of the Fire Ammo item
  3. var ammoFire = x;
  4. if ($gameParty.numItems($dataItems[ammoFire]) === 0) user.removeState(this.id);
  5. </Custom Turn End Effect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement