look at this example
obj
verb
Test()
set src in oview(1)
src.size=usr.size
//etc
so when usr is within 1 tile then the verb test will show. but is there any way of not using usr?
ID:270487
May 29 2006, 8:34 am
|
|
One neat way to do it is like this:
obj That way, you will probably never have trouble down the road. If you wanted some time to call test on somebody other than yourself, you can just call do_test(them). That's probably the safest way. Of course, you can't always get around using usr. It's there for a reason! |
Anyway, you could try