View Single Post
  #17  
Unread 05-03-2005, 02:06 PM
DNeufeldSOE DNeufeldSOE is offline
SOE Coder Guy
Yes this person is from Daybreak!
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 15
Default

Humudc, I'm fixing that issue right now. The problem is that the command interpreter is looking at a line like this:

guild rank_permission 1 4 true

And seeing this:

/guild rank_permission
/1
/4 true

Because it's attempting to evaluate all the tokens as commands. I'm gonna fix this to only evaluate the leftmost token as a command.
Reply With Quote