01.08.2016, 18:40
Hey guys!
I’m using sscanf, and I’d like to create a command, in which I’d use multiple parameters. My example would be the following:
/trunk [show/take/put] [quantity]
Now if I take something out, or put something in, it’s obvious that I have to use quantity. But in ’show’s case, I don’t need quantity. So the question is… How do I make this work, without having to use a quantity number when I use /trunk show
Thank you for your help!
I’m using sscanf, and I’d like to create a command, in which I’d use multiple parameters. My example would be the following:
/trunk [show/take/put] [quantity]
Now if I take something out, or put something in, it’s obvious that I have to use quantity. But in ’show’s case, I don’t need quantity. So the question is… How do I make this work, without having to use a quantity number when I use /trunk show
Thank you for your help!