Hey guys, I'm making a brush entity and I'm not sure in something, do StartTouch and EndTouch work as well when you teleport into/out from it? [with SetPos]
firstly you cannot make brush entities with gmod, only hammer (i think you mean a point entity) and StartTouch is called when another valid entity (pretty much anything besides worldspawn) touches it. EndTouch is called when an entity stops touching it.
and this:
[quote]work as well when you teleport into/out from it? [with SetPos][/quote] makes no sense at all
[QUOTE=G4MB!T;37129073]firstly you cannot make brush entities with gmod, only hammer (i think you mean a point entity) and StartTouch is called when another valid entity (pretty much anything besides worldspawn) touches it. EndTouch is called when an entity stops touching it.
and this:
makes no sense at all[/QUOTE]
You can make brush entities with GMod.
[editline]8th August 2012[/editline]
And yes OP, StartTouch and EndTouch are called whenever anything enters their volumes, either by moving into them or what not.
Sorry, you need to Log In to post a reply to this thread.