I'm back with another trigger question. The set up I am doing with income is based on each player's income being equal to the lumber they have. I have the trigger for each players income timer but I don't know how to make it display a text message with each player's {by name or color} income. Any ideas? Thanks.
You create an integer variable for each player, and a leaderboard variable. Make sure it can be modified by a different trigger which manages income, then run this Event Every 15 seconds Condition Action For each integer A from 1-(last slot for a player), do actions Add Income(IntegerA) to Player IntegerA's wood Set Player(IntegerA)'s score in LeaderboardVar to Income(INtegerA) -End Loop