Page 1 of 1

ObjectiveConquest and popuptext [Solved]

Posted: Thu Feb 04, 2016 9:12 pm
by AnthonyBF2
I am trying to insert a popup message into the objective conquest code but it doesn't work. When I play the game no messages appear at all.

I changed

Code: Select all

conquest = ObjectiveConquest:New{teamATT = ATT, teamDEF = DEF,
multiplayerRules = true}
To

Code: Select all

conquest = ObjectiveConquest:New{teamATT = ATT, teamDEF = DEF,
multiplayerRules = true, popupText = "challenges.level1.popup"}
Any suggestions?

Re: ObjectiveConquest and popuptext

Posted: Thu Feb 04, 2016 9:27 pm
by Teancum
Might be the multiplayer rules flag.

Re: ObjectiveConquest and popuptext

Posted: Thu Feb 04, 2016 9:35 pm
by AnthonyBF2
That was it! Thanks. 8)