Page 1 of 1
Trying to make it so that different classes spawn in different places
Posted: Tue May 29, 2018 4:14 am
by yunoguy123
So recently ive been trying to make a mod and already i've hit a roadblock, this mod is HEAVILY MP based and one aspect that I need is that i need a certain class to spawn in one place and one in another. I cant use the different player spawns because the classes have different stats and a large difference in sprites. Any help?
Re: Trying to make it so that different classes spawn in different places
Posted: Fri Jun 01, 2018 1:16 pm
by Lollipop
You can use a generic black spawning room with the spawn points and just instantly teleport them to where you want them to be based on whatever characteristic on an ENTER script in ACS. This is just what I'm thinking on the top of my head, so there could be an error. Always consult the zdoom wiki. ;)
Re: Trying to make it so that different classes spawn in different places
Posted: Fri Jun 01, 2018 2:37 pm
by Empyre
If you do that, you will also need a RESPAWN script.
Re: Trying to make it so that different classes spawn in different places
Posted: Sat Jun 02, 2018 5:36 pm
by yunoguy123
Ive already gotten it, thanks for the replys though!