ID:271799
 
Alright basically when logging in a player is shown a window asking to create, load, delete or quit. For whatever reason the buttons dont work. I make a proc named Chars and set the buttons command to Chars and it says unrecognized verb. Whats wrong here? Im trying to use this new interface to make a character creation system.
SSJ Radditz wrote:
Alright basically when logging in a player is shown a window asking to create, load, delete or quit. For whatever reason the buttons dont work. I make a proc named Chars and set the buttons command to Chars and it says unrecognized verb. Whats wrong here? Im trying to use this new interface to make a character creation system.

It says, "unrecognized verb." because you’re making a procedure not a verb. Simply change the proc to verb and it should work.