Krechet777 Posted August 29, 2015 Hi, can anyone expalin me how to use named scripts? In code editor I have: script "test" (void) { Exit_Normal(0); } And I have a 80 switch with checked "named script" with "test" script name. But when I start map - there is error: "Error: Script number 65535 exceeds 999!" If I set numeric sript ID to swith - there is no error. What I'm doing wrong? 0 Quote Share this post Link to post
Chezza Posted August 29, 2015 You can try using numbers instead of Script names, such as: #include "zcommon.acs" Script 1 (Void) { Exit_Normal(0); } If there are still issues afterwards make sure the Flag "When player presses use" is flagged with Script Execute (80). I'm guessing you're using either DoomBuilder 2 or GZDoomBuilder? Alternatively I'm fairly positive you can simply go to Line Mode, select the Line that's supposed to be the switch and just select End Normal (243). That's on GZDoomBuilder. 0 Quote Share this post Link to post
Krechet777 Posted August 29, 2015 >You can try using numbers instead of Script names Yes, I know it. But it is epic fail to use numbers instead of string names 0 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.