80s Kid Posted April 11 I'm running on Gzdoom builder acs udmf if anyone knows how to fix this please tell me this is my script script 1 (void) { Polyobj_RotateLeft (1, 128, 255); Floor_RaiseByValue (10, 16, 64); } 0 Quote Share this post Link to post
1 80s Kid Posted April 11 (edited) NVM I fixed it, all I needed to do was add #include "zcommon.acs" at the start this is the script for anyone who needs it #include "zcommon.acs" script 1 (void) { } Edited April 11 by 80s Kid 2 Quote Share this post Link to post
Question
80s Kid
I'm running on Gzdoom builder acs udmf if anyone knows how to fix this please tell me
this is my script
script 1 (void) {
Polyobj_RotateLeft (1, 128, 255);
Floor_RaiseByValue (10, 16, 64);
}
Share this post
Link to post
1 answer 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.