Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Betus Alpha

Script error

Recommended Posts

I think this means you're calling script 1 from something that doesn't exists. Are you doing CallACS calls or something similar? Post your script here in code brackets so we can see what's happening

Share this post


Link to post
Just now, rouge_means_red said:

I think this means you're calling script 1 from something that doesn't exists. Are you doing CallACS calls or something similar? Post your script here in


 brackets so we can help better

ok

script 4 (void)
{
	localsetmusic("samplemusic
	{
	PrintBold(s:"Hey, you like this song?");
    Delay(10);
    Delay(1);
    Delay(1);
	}
}

 

Share this post


Link to post
1 minute ago, rouge_means_red said:

 

Shouldn't that line be closed?


localsetmusic("samplemusic");

 

yeah, I closed it and the code thing unclosed it

Share this post


Link to post
27 minutes ago, Betus Alpha said:

yeah, I closed it and the code thing unclosed it

 

What code thing? 

 

 

Btw did you remember to put 

#include "zcommon.acs"

at the start of the script?

Share this post


Link to post
Just now, rouge_means_red said:

 

What code thing? 

 

 

Btw did you remember to put 


#include "zcommon.acs"

at the start of the script?

yes

the code feature in doomworld

Share this post


Link to post
Just now, rouge_means_red said:

I tried adding your code in my wad and it runs fine. Do you have anything in Decorate doing ACS calls?

oh, wait nevermind I reran the script, it works

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
×