0041: Invalid mission id
DEFINE MISSIONS 1
DEFINE MISSION -1 at @label // error, id can not be negative
DEFINE MISSION 1 at @label // error, id is greater or equal than the total number
DEFINE MISSION 0 // correctLast updated
DEFINE MISSIONS 1
DEFINE MISSION -1 at @label // error, id can not be negative
DEFINE MISSION 1 at @label // error, id is greater or equal than the total number
DEFINE MISSION 0 // correctLast updated