Save_Char()
var/savefile/S = new ("Player/[src.mob.ckey]")
S["mob"] << src.mob
S["x"] << src.mob.x
S["y"] << src.mob.y
S["z"] << src.mob.z
obj
tittle
icon = 'tittle.png'
conu
icon = 'conu.PNG'
Click()
src.Load_Char()
Problem description:its saying my proc is a undefined proc but as u see i defined and i checked my spelling and tried client instead of src buti get the same error
In Click(), and Dblclick() usr refers to who does the clicking, src refers to what is clicked.