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.
if (started() == true)
{
}if (started == true)
{
}

