Are there any in game scripting libraries for doing actions and events for Blitz?
Thanks
Thanks
If CurrentChar = "~n" Then TokenPosition = 0 If SetAsCurr Then TokenLine:+1 EndIf
If NextToken().id <> ID Then .. Error("Expecting token (~q" + TokenIDToMnemonic(ID) + .. "~q) but found (~q" + CurrentToken.Data +"~q) line " + .. CurrentToken.Line)
Repeat If Thread Then Try If Thread.IsActive Then ' Run all threads in the VM with an infinate timeslice ScriptVM.RunThreads(-1) ' Check if the thread is finished if so, change status 'If Not Thread.IsActive Then SetStatus("Script finished") End If Catch e:String SetError(e) End Try End If If bQuit Then Return False Forever