Scriptname Dark04GuardsScript short doonce Begin GameMode if ( doonce == 0 ) if getdead == 1 set Dark04Execution.GuardsKilled to Dark04Execution.GuardsKilled+1 set doonce to 1 endif endif End