acikek submitted a new resource:
Command Utilities - Easy injections to keep command scripts concise
Read more about this resource...
Command Utilities - Easy injections to keep command scripts concise
About
Most command scripts have validation checks - remember, don't trust players - but you might find yourself repeating these throughout different commands. These injectable tasks standardize your checks and keep your scripts concise.
Tasks
cmd_args
: Add arequired
key to the command script. Injecting this will check if enough args are provided. If not, the script is stopped and the player is shown the...
Read more about this resource...