Movement meter question

Is it possible to make a movement meter only activate for one person? I;m trying to make it so everyone in my game has a choice on if they want to answer questions for xp and I want a pop up at the start ask everyone if they want to answer questions for energy.
It’s currently set to only ask the host if everyone will, but I’d like to give the choice to everyone

There is an option in All Settings of the Movement Meter device called [Use As Default], select [no] for it.

Place down the devices below (including the movement meter device you just set up) for the system:

  • Lifecycle (set on game start)
  • Relay (set on all players)
  • Popup (Set on two call to action buttons, primary call to actions says [Yes] and the secondary call to actions says [No], make it transmit on Channel 1 when primary call to action was clicked, and transmit on Channel 2 when secondary call to action was clicked)
  • Movement meter (activate movement meter when received on Channel 1 and deactivate moment meter when received on Channel 2)

Wirings:

Lifecycle (event occurs) -> Relay (trigger relay)

Relay (triggered relay) -> Popup (open popup)

The movement meter device was set on player-scoped by default, so don’t worry about creating a way to make it player-scoped.

Let me know if you have any questions or concerns! @BoomBoy

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.