Function; postLevelComplete - HWRM/KarosGraveyard GitHub Wiki

postLevelComplete()

Description

Tells the game to proceed with the next mission in the campaign.
Only works if the mission is set to "completed" using the setMissionComplete function.

Example

postlevel = function() postLevelComplete() end
postlevel = postLevelComplete
Note: the above two examples are equivalent.

Arguments

None.

Related Pages

Campaign

Function Reference

Campaign Tutorial

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial