I would like some help with detecting if the script is running. I have currently got
but that says ''void' type not allowed here.' and if I say
It says 'cannot find symbol - variable started'
Please help and thanks in advance.
1 2 3 4 | if (started() == true ) { } |
1 2 3 4 | if (started == true ) { } |