Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Omega Dragon

Need help with ACS

Recommended Posts

I need help because i am geting this error

Function acs_execute is used but not defined.

Here is the script

script 1 (void)
{
ACS_Execute(1, 1, 0, 0, 0);
Print(s:"One third of the puzzle is complete in the UAC Tower");
}
Btw I am using skulltag.

Share this post


Link to post

Here you go.

#include "zcommon.acs"

script 1 (void)
{
ACS_Execute(1, 1, 0, 0, 0);
Print(s:"One third of the puzzle is complete in the UAC Tower");
}
Never forget that first line at the top of your SCRIPTS lump or .acs file.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×