Hello!
This is a quick mini guide on how to put a waypoint on every player in the game, like so:
Without further ado, lets get started!
Step 1: Grab a lifecycle. This makes sure that whatever we are doing happens at the START of the game.
Step 2: Place down a relay. For this mechanic, we want the relay to be random (option 4). Wire the lifecycle to the relay, so on game start, the relay relays.
Step 3: Place down a checker. The checker should check if the amount of item (in my case, I’ll use gold keys) equals 1. Wire the relay to the checker, so when the relay relays, the checker checks.
Step 4: Wire the checker back to the relay, so when the check passes, the relay is triggered.
Step 5: Place down a item granter, and set the number of item it grants to one. The item should be the same that the checker checks for (In my case, that is gold keys). Wire it to the checker, so if the check fails, the item is granted.
Step 6: Place down two triggers, place one two the left, and one to the right. Wire the left trigger to the relay, so when it is triggered, the relay is triggered. Go into its settings, and have the trigger activate on the channel “rest”. This allows the system to automatically reset itself.
Step 7: Wire the checker to the right trigger, so when the check fails, the trigger is triggered.
Go into it’s block code, and place this down:
What this does is broadcast on a channel depending on a property, then activates the left trigger.
Step 8: Place down a counter and a property. Set the property to a number in it’s settings and give it a name. Link the two together by selecting the “Property” subsection in the Counter’s settings, setting it to “Yes”, and selecting the property that you made. Wire the checker to the counter, so when the check fails, the counter is incremented.
Step 9: Place down as many waypoints as you need (up to sixty), and set their type to player. Change the “Start Following Player” channel to #W, where the # stands for each number in order, from 1-60.
In my case, to save time, I only put down four waypoints.
For the ones who want to know WHY it works:
The lifecycle tells the game to run the pulse as soon as the game starts. The relay for random players allows the device to cycle through everyone in the game. The checker, two triggers, and item granter create a system that does not put a waypoint over people with an item, and put a waypoint over people without an item, then grant them the item. This systematically removes everyone from the potential pool without going over anyone twice, or skipping anyone. Tada!
A consequence of how it works is that it is also live, meaning that if a new player joins the game, they will ALSO have a waypoint over them!
And that’s it! This is a simple system that puts a waypoint on every player in the game! There are a couple of additions that you can add to change this to your liking, such as:
- Only putting the waypoints on a certain team (Change the relay to “Random Player on Specific Team”)
- Taking away the notification for the item (Either switch this to pure info instead of using psudeo-teaming, use an IIM, or a thousand other ways)
As always, happy Gimkitting!
- 1/10
- 2/10
- 3/10
- 4/10
- 5/10
- 6/10
- 7/10
- 8/10
- 9/10
- 10/10
- 11/10