25.12.2018, 10:46
How can I make a command with optional options? Like...
/kill <targetid> (optional)
If you type "/kill" it sets your hp to 0
If you type "/kill 4" it sets id 4's hp to 0
Is this possible without making it super complicated?
/kill <targetid> (optional)
If you type "/kill" it sets your hp to 0
If you type "/kill 4" it sets id 4's hp to 0
Is this possible without making it super complicated?