Code: Select all
drawmugshot "STF", 5, 0, 143, 168;Code: Select all
Script error, "SBARINFO" line 66:
Expected ';' but got ',' instead.Changing the problem line to
Code: Select all
drawmugshot "STF", 5, 143, 168;Now, I'm perfectly prepared to believe that my earlier syntax was wrong and (G)Zdoom was just wasn't being fussy enough when accepting it, and I also know that producing a mod for the SVN versions does carry with it the risk of something breaking. So all I wanted to check was that this SBARINFO not working is an expected side effect of recent changes rather than something that needs to be addressed from the engine side.
I've already posted how to fix the specific issue in the relevant project thread for anyone who wants to fix their copy.
