aussj4link Posted February 20, 2017 Can anyone please tell me why no matter what I attempt to use, it only produces errors? 0 Quote Share this post Link to post
Use Posted February 20, 2017 Hmm, you may need this: #include "zcommon.acs" 0 Quote Share this post Link to post
aussj4link Posted February 20, 2017 That only produces an error too. It seems like the script thing just doesn't work in doom builder. I've tried about a dozen different things all resulting in errors. 0 Quote Share this post Link to post
Use Posted February 20, 2017 Get that opening bracket down to line 4, the hudmessage at line 5, and the closing bracket at line 6. 0 Quote Share this post Link to post
aussj4link Posted February 20, 2017 Am I using the right settings in DB? I'm going off tutorials on YT and Wiki info, is that a bad idea? 0 Quote Share this post Link to post
Use Posted February 20, 2017 No, tutorials tend to be really helpful. Unfortunately my experience with that port are limited so I can't help too much. 0 Quote Share this post Link to post
Use Posted February 20, 2017 Typically Deepsea but it's not going to help you with GZDoom, GZDoom Builder is much more suited. I only know limited scripting and usually only map for vanilla ports. But don't worry, someone will come along that will look at your script and know what's wrong right away. :) 0 Quote Share this post Link to post
Nevander Posted February 20, 2017 Try changing script type to ZDoom ACS. 0 Quote Share this post Link to post
aussj4link Posted February 20, 2017 Nevander said:Try changing script type to ZDoom ACS. Awesome! Thank you so much. Everyone else I saw doing this had it set to hexen acs. 0 Quote Share this post Link to post
scifista42 Posted February 20, 2017 Use3D said:Get that opening bracket down to line 4, That couldn't possibly have helped anything. The compiler doesn't care whether a whitespace is a space, a tab, a newline, or a randomly mixed sequence of them, it treats all of them the same. The question whether to put the opening bracket onto the same line as the declaration or onto its own next line is just a matter of programming style. I personally prefer putting the opening bracket onto the same line as the declaration, for two reasons: It results in programs with smaller total number of lines, and it's not tempting to accidentally write a semicolon after the declaration if there's already a bracket after it. 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.