Advertisement
Guest User

sch obi

a guest
Jan 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function equip_nuke(spell)
  2. windower.add_to_chat(8,'[Nuke set]')
  3. equip(sets.nuke)
  4. send_command('input /equipset 023')
  5.  
  6. if spell.element == world.day_element or spell.element == world.weather_element then
  7. equip({waist="Hachirin-no-Obi"})
  8. windower.add_to_chat(8,'[Obi match found!]')
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement