- Joined
- May 21, 2009
- Messages
- 37
Hello, I've been having trouble with this trigger.
The trigger is not initially on. I added a "Game - Display text" at the begging of it just to see if it rolls, which, apparently it does.
Random_Player, Villager and Werewolf are all player variables.
How can I make sure this works? I tried putting the "Game - Display the name of random player" just to make sure it picked the players out but it displays nothing. Some thoughts?
-
Actions
- Set Random_Player = (Random player from Player_Group_I)
- Set Werewolf = Random_Player
- Game - Display to (All players) the text: (Name of (Random player from Player_Group_I))
- Player Group - Remove Random_Player from Player_Group_I
-
For each (Integer A) from 1 to 5, do (Actions)
-
Loop - Actions
- Set Random_Player = (Random player from Player_Group_I)
- Set Villager = Random_Player
- Game - Display to (All players) the text: (Name of (Random player from Player_Group_I))
- Player Group - Remove Random_Player from Player_Group_I
-
Loop - Actions
The trigger is not initially on. I added a "Game - Display text" at the begging of it just to see if it rolls, which, apparently it does.
Random_Player, Villager and Werewolf are all player variables.
How can I make sure this works? I tried putting the "Game - Display the name of random player" just to make sure it picked the players out but it displays nothing. Some thoughts?