[Solved] Spawn doors being annoying

Oct 6, 2008
1,948
446
Have my trigger, have my door, have my settings

onstarttouchall and onendtouchall with door set to -1

AND FOR SOME REASON - people and or bots are getting stuck for some reason. doesn't happen on any other map that I've done.

Any ideas?
 

MOCOLONI

L6: Sharp Member
Dec 16, 2014
373
89
If you mean that they don't open, try changing 'OnStartTouchAll' to 'OnStartTouch' (leave 'OnEndTouchAll' as is).
 
Oct 6, 2008
1,948
446
Ok have change all the coding on the doors to:

Onstarttouch - open
Onendtouchall - close
delay before reset is 0

Door is still -1

Also found one of the issues - I had the trigger only 1/3 height of door - some people/bots were jumping through the door closing the door because they were outside of the trigger box - box now covers the entire door space.

Now also using the one way coding from the ABS prefab for a couple of doors.