Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. pcount=true
  2. while {(pcount=true)} do {
  3. if ((!alive phantom1) or (phantom1 in car1) then {phantom1=true};
  4. if ((!alive phantom2) or (phantom2 in car1) then {phantom2=true};
  5. if ((!alive phantom3) or (phantom3 in car1) then {phantom3=true};
  6. if ((!alive phantom4) or (phantom4 in car1) then {phantom4=true};
  7. if ((phantom1=true)&&(phantom2=true)&&(phantom3=true)&&(phantom4=true)) then {starcar = true; publicVariable "startcar";} else {"nothing"};
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement