Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

rchxenson

Member
  • Content Count

    2
  • Joined

  • Last visited

    Never
  • Medals

Community Reputation

0 Neutral

About rchxenson

  • Rank
    Newbie
  1. rchxenson

    Player in game check?

    I am working on a script that will run through a picture of each player in the game after the mission is over (like Beach Co-Op if you played) I am trying to make it so that if the person is not playing then they should not be shown. here is the check part of my script.... ?(player1 == grpmain):goto "player2" I also tried ?(!alive player1):goto "player2" but that just worked if the player was dead and not missing from the game . if anyone could help solve this problem that has been facing me please HELP!!!! Am I even on the right track? Thanks
  2. I am working on a script that will run through a picture of each player in the game after the mission is over (like Beach Co-Op if you played) I am trying to make it so that if the person is not playing then they should not be shown. here is the check part of my script.... ?(player1 == grpmain):goto "player2" I also tried ?(!alive player1):goto "player2" but that just worked if the player was dead and not missing from the game . if anyone could help solve this problem that has been facing me please HELP!!!! Am I even on the right track? Thanks
×