|  |  | 
 setCurLocState FunctionSets the state of the current location. SyntaxsetCurLocState(newState); Parameters
 ReturnsThere is no return value. RemarksUse this function when the user has completed your custom location. Example
if(numWrong == 0)
  setCurLocState("DONE100");
else
  setCurLocState("DONE"); | 


