Im pretty new at this so be patient... I want to call a procedure for the current area from a mob/verb
ex.
area/someroom
proc
Showmyself()
usr << "room description"
mob
verb
Look()
mob.loc/proc/Showmyself() <----- Ive tried all kinds of stuff here. Can't seem to figure it out
I can just put the Look() verb in the area itself if necessary, but I'd like to know how to do this for future reference.
Thanks,
Flick
ID:150969
Jun 19 2001, 6:03 pm
|
|
usr.loc:Showmyself() <------- I hadnt used the colon