I want my script to be able to fire on a game that is in progress, but I want the script to only fire once. I know I can set a global or object flag in the script, but I can't find a way to only run the script if the flag is not yet set.
Does anyone know a way to do it?