In response to Zagreus
Zagreus wrote:
I don't think you can do if(usr.loc==/area/whatever) like that.

Of course you can't, that compares an object with a type path. Rather, you'll want to check the object's type var to see if its exactly of that direct type, or use the istype() proc to see if its derived of a certain type.
In response to Pyro_dragons
Yeah, some of the code in his first post is also copy-pasted from another topic...
Page: 1 2