Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. obj/DevilFruit/Fire
  2.     icon='Firefruit.dmi'
  3.     verb/Eat()
  4.         alert(usr,"Would you really eat the Devil Fruit?","Devil Fruit","No","Yes")
  5.         if("Yes")
  6.             usr<<"You gained the Abillity of the Fire Devil Fruit"
  7.             usr.fireuser=1
  8.             del src
  9.         else if("No")
  10.             return
  11. mob/var/fireuser=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement