TQS Home
Trivia Quiz Shell Version 2.8 Now Available!Bot Productions Home
TQS 2.5

Back to Reference

locFinished Function

Informs TQS that a location has been finished, so any location-specific or global FINISH actions can take place.

Syntax
locFinished();
Parameters

None.

Returns

There is no return value.

Remarks

Use of this function is not required, but helps custom locations take advantage of built-in FINISH functionality.

Example

if(noMoreQuestions)
  locFinished();
else
  loadQuestion();

©2020 Bot Productions. All rights reserved.Last Updated: September 9, 2007