Hey, I'm not sure this is due to fault of my own, or due to the fact i'm using Project Green FE mod.
I'm trying to make my own money system, and im not too experienced at scripting, if you could just take a look and see if you can see any obvious problems, i would be very grateful
Its actually making the thing crash when i try and run. (im not sure what exactly is crashing, it gives me an array out of bounds error, which makes me think its the mod, although i cant be sure, and then the editor must close)
;Artificial Intelligence Script
;Header
desc = Cash System
;Triggers
:state=0:dimvar=Money
:state=0:hudreset,hudx=24,hudy=8,hudsize=16,hudimage=gamecore/huds/numeric2.tga,hudname=moneyhud,hudtype=6,huduservar=%Money,hudmake=numeric,state=1
:state=1:hudshow=moneyhud
;End of Script
Thanks in advance...