been a while since I made a help topic, but I’m making a game and I need help.
It’s a skywars game with secrets, and I’m making an npc (I don’t have the season ticket, so I’m using popups) and I want to see if I can make like a 0.5 chance to get some really rare chance to get a popup and 3 seconds later closes automatically, I also need that. so summary: can there be a chance to get a dialogue and 3 seconds later close it?
umm, I’m pretty sure you can do this but don’t know how
obligated block code randomizer
if pick random(1,200) = 1, then open the rare popup, wait three seconds, broadcast to close the popup
else
open the normal one.
1 Like
can you explain this with pictures or show a guide?
i can try, i don’t have very good internet rn so hope. . .
-
this code
-
trigger with these settings
-
counter
target is 0
-
ur popup (the special dialogue)
(you also need to set close popup when receiving on to closespecialdialogue
-
do the normal stuff for normal dialogue!
2 Likes
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.