RE: [hlcoders] platform trigger touch not working in SDK

2005-06-25 Thread Robin Walker
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] To visualize the plat_trigger, you should be able to just type "ent_bbox plat_trigger" in the console. Any problems in the plat_trigger size/position will most likely be caused by the code in CPlatTrig

RE: [hlcoders] platform trigger touch not working in SDK

2005-06-25 Thread Robin Walker
TECTED] On Behalf Of Robin Walker Sent: Saturday, June 25, 2005 2:33 PM To: hlcoders@list.valvesoftware.com Subject: RE: [hlcoders] platform trigger touch not working in SDK This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Make sure you've got the

RE: [hlcoders] platform trigger touch not working in SDK

2005-06-25 Thread Robin Walker
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Make sure you've got the trigger's spawnflags set correctly. From triggers.h: enum { SF_TRIGGER_ALLOW_CLIENTS = 0x01, // Players can fire this trigger SF_TRIGGER_ALLOW_NPCS = 0x02, // NPCS can f