Limit goal placement in editor to one per goal type

qteditor
Sven Eberhardt 2016-08-06 02:37:25 -04:00
parent fc24969899
commit a21a1a8051
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
bool IsFullfilled(); - is the goal fulfilled?
--*/
local EditorPlacementLimit = 1; // Goals are to be placed only once (unless overloaded by the goal)
local mission_password; // mission password to be gained when the goal is fulfilled