Quote:
Originally Posted by Tigairius
I would like to be able to use wildcards or asterisks to improve scripthelp function-ability.
Right now if I type '/scripthelp hearts' in to RC chat it comes up with:
HTML Code:
Script help for 'hearts':
TServerNPC.hearts - float
TServerPlayer.hearts - float
TServerPlayer.fullhearts - integer
Clientside:
TPlayer.hearts - float
TServerPlayer.hearts - float (read only)
TServerPlayer.fullhearts - integer (read only)
It would be nice if I could just do:
/scripthelp TServerPlayer.h* and it would come up with everything that starts with TServerPlayer.h
|
seconded, don't think it should be too difficult to add either.