HAD TO REMOVE THE SEMICOLON FROM While (ThingCount(0, 3) > 0);
im having a lil problems making an acs script where if a group of enemies are killed some door opens. could some of yall be kind to help me in findin out whats wrong?
(NOTE: IM MAPPING ON UDMF GZDOOM FORMAT)
script 3 OPEN {
Delay(28);
While (ThingCount(0, 3) > 0);
Delay(28);
Question
troidord
FIXED!
im having a lil problems making an acs script where if a group of enemies are killed some door opens. could some of yall be kind to help me in findin out whats wrong?
(NOTE: IM MAPPING ON UDMF GZDOOM FORMAT)
script 3 OPEN {
Delay(28);
While (ThingCount(0, 3) > 0);
Delay(28);
Door_Open(2, 64, 0);
Edited by troidord}
FIXED!
Share this post
Link to post
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.