equal
deleted
inserted
replaced
308 -- NEW ADDIITON, does this work? Should make it possible to return your flag and then score in the same turn |
308 -- NEW ADDIITON, does this work? Should make it possible to return your flag and then score in the same turn |
309 if fIsMissing[wtf] == true then |
309 if fIsMissing[wtf] == true then |
310 HandleRespawns() -- this will set fIsMissing[wtf] to false :) |
310 HandleRespawns() -- this will set fIsMissing[wtf] to false :) |
311 AddCaption(loc("Flag returned!")) |
311 AddCaption(loc("Flag returned!")) |
312 elseif fIsMissing[wtf] == false then |
312 elseif fIsMissing[wtf] == false then |
313 AddCaption(loc("That was pointless.") .. loc("The flag will respawn next round.")) |
313 AddCaption(loc("That was pointless. The flag will respawn next round.")) |
314 end |
314 end |
315 |
315 |
316 --fIsMissing[wtf] = false |
316 --fIsMissing[wtf] = false |
317 --ShowMission("Flag returned!", "Hooray", "", -amBazooka, 0) |
317 --ShowMission("Flag returned!", "Hooray", "", -amBazooka, 0) |
318 |
318 |