[Edit] Hmmm... the mod is complicated and there's lot's of stuff going on. Not sure if the following is right or not. [/edit]
With today's GZDoom build, if I run a mod that uses an actor derived from the scripted marines, I get the following error:
Code: Select all
Script error, "00BaseZipControlText.wad:actors/decplyr.txt" line 236:
Expected ',', got ')'.
The mod used to work and, as far as I can tell from the wiki ( [wiki]A_M_Refire[/wiki] ) the following syntax is correct:
It's certainly how it appears in the DECORATE for the scripted marines in zdoom.pk3, but every time the above code is used, I get the error message. I know a lot has changed under the hood with ZScript and so on so I'm just checking whether this is an editing error or if it's a bug.