AC337 10 Posted July 21, 2010 Hey, im looking to put a ticket spawning system like battlefield uses in my coop mission, does anyone know how i could do this? Share this post Link to post Share on other sites
kylania 546 Posted July 21, 2010 o.O Speeding tickets? Lunch vouchers? Kevlar Vest coat check tickets? Guess I have no idea what use "tickets" have on the modern battlefield or what the game Battlefield uses, could you explain more what you're after please? :) Share this post Link to post Share on other sites
liquidpinky 11 Posted July 21, 2010 o.OSpeeding tickets? Lunch vouchers? Kevlar Vest coat check tickets? Guess I have no idea what use "tickets" have on the modern battlefield or what the game Battlefield uses, could you explain more what you're after please? :) It is how many lives your whole team has to share between them before it is game over. Share this post Link to post Share on other sites
kylania 546 Posted July 21, 2010 Oh wow, my team would hate me! I died like 6 times last night testing something when others died once. Norrin's Revive can limit the number of lives anyone one unit gets, not sure if you can group it like that though. Share this post Link to post Share on other sites
Murklor 10 Posted July 21, 2010 In theory: - put a trigger on the map set to end the round with West victory on this getVariable "west_tickets" == 0, use setVariable["west_tickets",100] to set it at first - add a killed eventhandler with setVariable["west_tickets", (getVariable "west_tickets") - 1] if the unit was side west - Repeat for east side Its not code but hey if you're making a mission, learn yourself ;) Share this post Link to post Share on other sites
AC337 10 Posted July 21, 2010 In theory:- put a trigger on the map set to end the round with West victory on this getVariable "west_tickets" == 0, use setVariable["west_tickets",100] to set it at first - add a killed eventhandler with setVariable["west_tickets", (getVariable "west_tickets") - 1] if the unit was side west - Repeat for east side Its not code but hey if you're making a mission, learn yourself ;) Definitely will look into this, i was wondering if anyone has any scripts for this though thats more what im looking for. Share this post Link to post Share on other sites