How do I make a waypoint track a player with a certain item? I need it for a guide on keep-away I’m working on.
So you need a waypoint to track a certain player?
have a checker that is constantly (make it constant with a repeater) checking all the players you need to check for, and have it check for more than 0 of the item.
have it transmit on a channel when the check passes, and a different channel when it fails.
on the waypoint, have it start following player when recieving on the check pass channel.
have it stop following player when recieving on the check fail channel.
if this answers your question, remember to mark a solution!
Yeah I do.
Can’t you just use a lifecycle starting a relay (random player) to a waypoint or something like that?
@WhereIsMyHat said they’re making a keep-away game
i think that means a game where if you have an item a certain random player has to get it from you
but you can give the item to the other players, so the waypoint will have to change based on who has the item
ummm
hello?
guys?
why did everyone just suddenly stop posting?
what didn’t work?
The waypoint never showed up and tracked the player.
i think you forgot to start the repeater
i gtg now bye
oh yeah
It still doesn’t work.
Does your repeater start from the lifecycle?
No… Is that the problem?
I think so.
I just tested and it still doesn’t work. Can you look through the screen shots and tell me what I did wrong?
Is your checker setting equal item and waypoint inactive on game start?
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.