CTF objective help
Posted: Mon Jan 14, 2019 6:19 pm
Hi guys, I set up a simple ctf objective just like the ones in the campaign missions (I used parts of the geo script in fact) but when I run the level there's no flag, and I get the error
It's worth noting that the objective does at least partially work, because I get the pop-up text for it. Here's the relevant code:
The flag object is in my campaign layer which is otherwise being read correctly... so I'm a little lost here.
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaHelper.cpp(312)
CallProc failed: ERROR: flag radio_flag does not exist in the map
stack traceback:
[C]: in function `assert'
(none): in function `Start'
(none): in function `ActivateObjectiveSet'
(none): in function `Start'
(none): in function `StartObjectives'
(none): in function <(none):46>Hidden/Spoiler: