forgettable pyromaniac Posted November 11, 2020 At first, I tried using the one from the wiki, but it seemed no help. I then looked up the error, told to try this version of the script, and it still gives me the same error. What gives? 0 Quote Share this post Link to post
2 RonnieJamesDiner Posted November 11, 2020 I think the issue is that you need #include "zcommon.acs" as your first line, before your script 1. This just tells the compiler to include all of the function definitions that are used in ACS (there's probably a more accurate, detailed explanation than that). You always want to start with that. 1 Quote Share this post Link to post
0 forgettable pyromaniac Posted November 11, 2020 7 minutes ago, RonnieJamesDiner said: I think the issue is that you need #include "zcommon.acs" as your first line, before your script 1. This just tells the compiler to include all of the function definitions that are used in ACS (there's probably a more accurate, detailed explanation than that). You always want to start with that. Okay what I tried before is putting the #include inside of the script when i should have been putting it above. I'm dumb. tysm though 1 Quote Share this post Link to post
0 RonnieJamesDiner Posted November 11, 2020 No worries! If you have no prior experience with scripting (like me), learning ACS can be a challenge. Opening other scripts is a great way to glean valuable information, but there's also going to be a lot of unavoidable trial and error. It's a lot of fun once you get into it, though. Good luck with your project! 0 Quote Share this post Link to post
Question
forgettable pyromaniac
At first, I tried using the one from the wiki, but it seemed no help.
I then looked up the error, told to try this version of the script, and
it still gives me the same error. What gives?
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.