mob
verb
createcharacter()
set hidden=1
set category="SkinVerbs"
switch(char_name=input("Who are you?","Idenitity"))
if(lentext(char_name)>11)
return
// if(html_encode(char_name))
else
src.name=char_name
Problem description:
I dont know if i am doing this correctly , but i want the client to have a name no longer than 11 characters with no htmls.
loading Dragonballz un.dme
CharacterHandling.dm:58:error: : missing expression
CharacterHandling.dm:59:error: : expected a constant expression
Dragonballz un.dmb - 2 errors, 0 warnings (double-click on an error to jump to it)