Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <!-- Access 3 -->
  2. <talkaction words="/hide" script="hide.lua" />
  3. <talkaction words="/ghost" script="ghost.lua" />
  4. <talkaction words="/mccheck" script="mccheck.lua" />
  5. <talkaction words="/looktype" separator=" " script="looktype.lua" />
  6. <talkaction words="/summon" separator=" " script="place_summon.lua" />
  7. <talkaction words="/a" separator=" " script="teleport_ntiles.lua" />
  8. <talkaction words="/town" separator=" " script="teleport_to_town.lua" />
  9. <talkaction words="/goto" separator=" " script="teleport_to_creature.lua" />
  10. <talkaction words="/up" script="up.lua" />
  11. <talkaction words="/down" script="down.lua" />
  12. <talkaction words="/ban" separator=" " script="ban.lua" />
  13. <talkaction words="/jail" separator=" " script="jailsystem.lua" />
  14. <talkaction words="/unjail" separator=" " script="jailsystem.lua" />
  15. <talkaction words="/t" separator=" " script="teleport_home.lua" />
  16. <talkaction words="/gmcommand" script="gmcommands.lua" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement