ID:176266
 
Can I call a mob/proc inside client/North? If not, how would I acheive this?
Jotdaniel wrote:
Can I call a mob/proc inside client/North? If not, how would I acheive this?

You can indeed. usr or src.mob would be the client's mob, so just call mob.theproc().

Lummox JR
In response to Lummox JR
Thanks, I asked this becuase I messed up when I tried and forgot to put client/North(), and just put client/North. Thanks for the help anyway. I probably would have not tried again if you hadnt replyed.