RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

multi-number subtract for strfunc() #11

Closed ray73864 closed 9 years ago

ray73864 commented 9 years ago

Would love to have a multi-number subtract for the strfunc() function, much like how there is already a multi-number addition.

Basically: strfunc(sub, 1 2 3 4)

mrsenile commented 9 years ago

This was a limitation with sub.

Strfunc takes only as many arguments the functions it calls can take. In this case, sub, div, fdiv, etc only handled 2 args. I've recently changed that.

The latest git repo should have all of this updated. ./patch.sh from the Server directory and you should be in business.