Frictional Games Forum (read-only)

Full Version: Add Specific Load Screens
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a little problem with the loading screens

They all work perfect. But how do I add a load screen for a specific room that the player enters in a map where several other entrances to other maps are? Like in a hub
I hope you can understand me :<
You can make them random.
I'd probably create a GlobalVarInt.
Set that GlobalInt to a specific value when you interact with the level door and in the OnLeave function check what GlobalInt you used and then make it load a specific screen.
I see, I think I get it.

I'll try it out and see what happens