ye i know so should the notification appear in to top right
depends on your choice
Do you understand?
can u guys wait a little i might get it
Ok though. After this I want you to go read a bunch of tutorials please for our sake.
yes i understand but one question can u make it with out the button
Yes you could use a trigger. If you step on the trigger it sends it. Or use a zone. When you enter the zone it sends it.
Or a game overlay button. (When you click on it, the button sends it)
Yep that too.
You can also mark a solution if the problem has been solved, make sure the solution relates to the problem.
I think they meant without.
like when u get the kill u just get it on ur screen
What kill?
Place a Lifecycle and configure the event to Player Knocks Out.
Connect (wire) that to a notification.
(Lifecycle) Player Knocks Out —> (Notification) Send Notification
like in Minecraft if u get stone u get in notification/ achievement
Here you can use this:
Place a Lifecycle, Repeater, Checker and a Notification.
Configure the Lifecycle to be on Game Start.
Configure the Repeater to run every 1.0 seconds and the stop strategy “When Receiving On Channel” but don’t actually put a channel in it.
Configure the Checker to whatever item you want to be the stone.
Configure the Notification however you want.
Connect the Lifecycle to the Repeater.
(Lifecycle) Event Occurs —> (Repeater) Start Repeater
Connect the Repeater to the Checker.
(Repeater) Repeater Runs Task —> (Checker) Run Check
Connect the Checker to the Notification.
(Checker) Check Passes —> (Notification) Send Notification
Omg i got it working thx u guys helping me
Cool now please mark a soultion!