I need a thing to be activated the whole time the player is moving and track the movement as that happens
when the player stops moving the thing deactiavtes
I need a thing to be activated the whole time the player is moving and track the movement as that happens
when the player stops moving the thing deactiavtes
Use a cordinate device, and a 2 properties, and a trigger, and repeater. So the coord devce. The trigger tells,
if x pos not = to temp x then
set temp x to x
else
SEND MESSAGE ON CHANNEL TO DO SOMETHING
it would actually be the exact opposite
no, itβs basiclly saying, if x pos changes then reset thing, else brodscast on channel
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.