Advertisement
instagramfortnite

Untitled

Dec 2nd, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. if arg-1 is "create":
  2. if {sw.playing.%player%} is false:
  3. if arg-2 is set:
  4. if arg-3 is "SOLO_NORMAL", "SOLO_INSANE", "TEAM_NORMAL" or "TEAM_INSANE":
  5. add text arg-2 to {sw.arena::*}
  6. set {sw.arena.%arg-2%.joinable} to false
  7. set {sw.arena.%arg-2%.exists} to true
  8. set {sw.arena.%arg-2%.created} to true
  9. set {sw.arena.%arg-2%.saved} to false
  10. set {sw.arena.%arg-2%.spawns.count} to 0
  11. set {sw.arena.%arg-2%.mode} to "%arg-3%"
  12. else:
  13. send "{@nomodename}"
  14. stop
  15. else:
  16. send "{@noarenaname}"
  17. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement