12345678910111213141516 |
- Wand Command (disabled by default, enable in the in-game settings under mods)
- The wand adds the command /vm_lighting_wand, if enabled it will also add a privilege of vm_lighting_wand that is needed to use the command.
- Usage: /vm_lighting_wand [Action=set|add|remove] [Name=name|me] [Amount=amount]
- Action: one of set|add|remove is required
- Name: a valid players name to work on, accepts me for the current player issuing the command *Note must an online player
- Amout: Should be a number with a value greater then zero
- Examples
- the below command sets the current users total power to 10k burntime (aka you)
- /vm_lighting_wand set me 10000
- the below command adds 12k burntime to the player named bill
- /vm_lighting_wand add bill 12000
|