Betus Alpha Posted March 21, 2023 so basically my scripts won't work, it only says missing p_startscript 1 0 Quote Share this post Link to post
rouge_means_red Posted March 21, 2023 (edited) 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 Edited March 21, 2023 by rouge_means_red 0 Quote Share this post Link to post
Betus Alpha Posted March 21, 2023 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); } } 0 Quote Share this post Link to post
rouge_means_red Posted March 21, 2023 2 minutes ago, Betus Alpha said: ok localsetmusic("samplemusic Shouldn't that line be closed? localsetmusic("samplemusic"); 0 Quote Share this post Link to post
Betus Alpha Posted March 21, 2023 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 0 Quote Share this post Link to post
rouge_means_red Posted March 21, 2023 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? 0 Quote Share this post Link to post
Betus Alpha Posted March 21, 2023 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 0 Quote Share this post Link to post
rouge_means_red Posted March 21, 2023 I tried adding your code in my wad and it runs fine. Do you have anything in Decorate doing ACS calls? 0 Quote Share this post Link to post
Betus Alpha Posted March 21, 2023 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 1 Quote Share this post Link to post
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.