Need help with delayed item granting

i need it so that when you press a button, an item granter will give you an item, but it will be delayed until 2 minutes after the game start

u probably need a trigger and a lifecycle but idk the rest

the forum thinks i am a new user huh i have to wait 52 minutes before replying?

@Xuch23 yeah this works

1 Like

like the button shows up 2 minutes after game start? or item granted after 2 mins?

use a lifecycle to broadcast on game start, then make a 1 second trigger loop and make a counter that increments on the trigger’s channel. make the target value of the counter 120 or whatever amount of time you need. link it to item granter(s) to grant the item.

a trigger loop is when a trigger broadcasts and recieves on the same channel with a slight delay

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