Alright, the scripting in Forge has been updated to allow mini games to be created with proper scoring. I have had mostly success so far but have hit a small snag. The short version is that I need to have a boundary check script that can award points and decrease a number value (both on a player basis). The long version is as follows.
Players have a “Charlie” number variable that is storing a number. The boundary needs to decrement the number but only for the player in the zone. It also needs to add to the score of the player’s team. Now this should be a simple fix but I haven’t found a way to change only that player’s number and score in this way, suggestions?