How can i make a quest?

like a one in blox fruits, when you accept a quest, it should pop up in the corner the screen like it will go up when you kill a sentry it will go up and when you kill enough, You will get cash as a reward

Does this help?

1 Like

Place a Game Overlay, set it to Button.

(Game Overlay) Button Pressed —> (Knockout Manager) Activate Knockout Manager

(Knockout Manager) Target Knocked Out —> (Counter) Increment Counter

(Counter) Target Value Reached —> (Game Overlay) Run Wire Pulse Block

Blockcode:

Set Text | Quest: Eliminate 10 Sentries [COMPLETED]

(Counter) Target Value Reached —> (Game Overlay) Hide Overlay


Optional: (If you’re making more quests)

(Counter) Target Value Reached —> (Game Overlay) Show Overlay

1 Like

that doesn’t show it shows (Counter) Target Value Reached --> (Game Overlay) it shows Hide overlay or show overlay

Oh okay, go to the Counter’s When Target Value Reached, Transmit On setting and create a channel in it.
Now, go to the Game Overlay’s blocks and put that channel in the “When Receiving On Channel” section.

1 Like

i don’t see that on the channels it shows increment counter when receving on

You have to turn on the Use Target Value setting and the channel will show up.


it shws this i don’t see run wire pulse back

it’s in the code. not there.

1 Like

Yeah, you’re supposed to put the channel in the “Create a New Block” “When Receiving On Channel” section.

1 Like

LOST ALL MY LiKE TODAY :sob: :sob:

1 Like

im confused on what to do