Jump to content
  • 0

PlaySound Doesn't like me, what gives?


forgettable pyromaniac

Question

3 answers to this question

Recommended Posts

  • 2

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. 

 

Share this post


Link to post
  • 0
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

Share this post


Link to post
  • 0

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!

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...