mob
verb
finish()
set hidden=1
set category="Skinverbs"
src.client.mob = new_mob
src.oocname=char_name
src.client.mob = new_mob
new_mob.name=char_name
new_mob.loc=locate(216,74,2)
world<<"<b><tt><font color=Green>[usr.name]/[usr.key] has logged in.</font color></tt></b>"
winshow(src,"newcharacter",0)
winshow(src,"main",1)
Problem description:
This verb goes with my pushdown button,after the player has chosen their race,hair,and gender they click the finish button that executes this verb.However nothing happens when the finish button is pressed and i get no runtime errors concerning the message.What coul possibly be the problem?