ID:150969
 
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

On 6/19/01 9:03 pm Flick wrote:
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
usr.loc:Showmyself() <------- I hadnt used the colon
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