Jump to content
  • 0

I'm making a map but its giving me an error and I don't know why


80s Kid

Question

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

  • 1
Posted (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 by 80s Kid

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...