quote:
Originally posted by andrewbob
In the Public Function ParseCommand area how do i find out what a user has typed in after the command.
Eg. /xsetnameto 2 or /xsetnameto Silly 1?
Thanks
--
Andrew Bob
ParseCommand passes in two variables, sCommand and sCommandArg, where sCommand is the command used, such as
xsetnameto and sCommandArg is
2 or
Silly 1