Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class CmdLaunch(Command):
  2. # make your own 'launch'-command here as an exercise!
  3. # (it's very similar to the 'shoot' command above).
  4. key = "launch"
  5. aliases = ["fire missile", "launch missile"]
  6. locks = "call:false()"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement