Hi, I’m doing a fortnite level in creative 2.0 Unreal Engine Editor.
I have scene instruction messages with message information from the hud message device.
But since the level is in rounds, the instructions appear at the beginning of all the rounds.
Does anyone know how to put instructions on the screen, but that they will “only” appear in the first “round”? If I put 100 rounds, I don’t want the instructions to appear in each round…
If it can’t be done, I will have to remove the rounds and make it only 1 round.
Help me? Thank you.
Uncheck the Show on Round Start
There may be a better way, but you should be able to drop in a Rounds Setting Device, set it to Round 1, mimic your round settings with the rest of the settings.
Then in the HUD Message Device settings, go down to User Options - Functions and add an Array element to Show, point it to the Round Settings device and choose On Round Start.
Ah, that way it didn’t work, in the end I had to use triggers and use them as intermediaries with timers to make it work. It works now! The message I want and when I want comes out! hey
Although I discovered it by fiddling around thanks to your help. Thank you.
I managed to do it another way, the strange thing is that if I take the settings and copy and paste them into another scenario, they stop working. On top of that, if I do them again in that other scenario/level they stop working. A paranoia.
Yeah, it turns into spagetti. I have to use pen and paper so much.