Advertisement
ArenMook

Flip all NPCs to pirate faction

Dec 11th, 2015
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for (int i = 0; i < GameShip.list.size; ++i)
  2. {
  3. if (GameShip.list[i].player == null)
  4. GameShip.list[i].ChangeFaction(0);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement