Thread: Kill Count
View Single Post
  #3  
Old 04-10-2007, 11:01 PM
shadowjones shadowjones is offline
**** Scripter xD
Join Date: Apr 2007
Posts: 24
shadowjones is on a distinguished road
Quote:
Originally Posted by DustyPorViva View Post
Well, ideally the only way to track this is to count the number of compus in the level when you enter, and keep track of them, whenever one of them dies add it to the count. But... this wouldn't work online because it'll keep track of others who kill them. I can't think of any way to do it online... Best bet is to probably script your own baddies.
I don't mind that itll count one that other players kill. Thing is though that would mess me up here...is that there are 3 levels...maybe

level1 5 comps die clientr.part1 == 1
level2 5 comps die clientr.part2 == 1
level3 5 comps die clientr.part3 == 1

then for the return script
if (clientr.part1 == 1)&&(clientr.part2 == 1)&&(clientr.part3 == 1) ACTION;
else say2 Hello World!;

what would be the best way to format that with all three of the clientr?
Reply With Quote