View Single Post
  #2  
Old 11-07-2007, 03:31 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by Tigairius View Post
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.
Reply With Quote