impClaw
Member
Posts: 333
Registered: 10-04 |
if you now how to script in zdoom, you can make a script and type
SetPlayerProperty(1, 1, PROP_NOTARGET);
and when they reach the hallway type
SetPlayerProperty(1, 0, PROP_NOTARGET);
This works perfectly for me
|