I made two functions within a *.jvs file. One was to constantly update a world variable by adding a number that set off a trigger. The other was to display that number at the end of combat. The first function works fine, it's simple. However, the second one is a bit odd. It doesn't execute from a trigger. It says:
Error number: -2146827276
Event: Execution of line 1 column 12
Description: Expected '/'
Line in error:
/fmt_numb()
Called by: Immediate execution
I don't see why it needs another '/', but I tried //fmt_numb(), and that didn't work either. It /does/, however, work when I manually type it in. Can someone help?
Error number: -2146827276
Event: Execution of line 1 column 12
Description: Expected '/'
Line in error:
/fmt_numb()
Called by: Immediate execution
I don't see why it needs another '/', but I tried //fmt_numb(), and that didn't work either. It /does/, however, work when I manually type it in. Can someone help?