Viperdream
Member
Posts: 124
Threads: 16
Joined: Jan 2011
Reputation:
0
|
Add Specific Load Screens
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 :<
|
|
03-14-2011, 05:40 PM |
|
Tanshaydar
From Beyond
Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation:
67
|
RE: Add Specific Load Screens
You can make them random.
|
|
03-14-2011, 06:13 PM |
|
Pandemoneus
Senior Member
Posts: 328
Threads: 2
Joined: Sep 2010
Reputation:
0
|
RE: Add Specific Load Screens
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.
(This post was last modified: 03-14-2011, 06:36 PM by Pandemoneus.)
|
|
03-14-2011, 06:36 PM |
|
Viperdream
Member
Posts: 124
Threads: 16
Joined: Jan 2011
Reputation:
0
|
RE: Add Specific Load Screens
I see, I think I get it.
I'll try it out and see what happens
|
|
03-14-2011, 06:43 PM |
|