ID:271799
![]() Nov 6 2007, 7:06 pm
|
|
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.
|
Copyright © 2025 BYOND Software.
All rights reserved.
It says, "unrecognized verb." because you’re making a procedure not a verb. Simply change the proc to verb and it should work.