MV version, brand new project with no ther plugins.
So I keep getting the error Missing ")" after argument list in my script call. I copied this straight from the help doc in the plugin so I'm not entire sure what's goin on! tbf its been a while since I've touched MV lol
← Return to tool
Comments
Log in with itch.io to leave a comment.
Missing ")" after argument list
MV version, brand new project with no ther plugins.
So I keep getting the error Missing ")" after argument list in my script call. I copied this straight from the help doc in the plugin so I'm not entire sure what's goin on! tbf its been a while since I've touched MV lol
Injury Level and inj should be wrapped in quotation marks like so:
GBRO.VariableGauge.addGauge("Injury Level", "inj", 1, 10, 0, 0)
Must have forgotten to specify that. My bad.
No problem at all! just tried to fix it and it worked! thanks for the quick response!