Can anyone tell me how to do these things or link me related wiki pages?
1) I want to make wad/pk3 that randomly changes spawned monsters like Master of Puppets where half chaingunners are green. Basically I want to copy MoP monsters and then also some monsters from shotgun frenzy and then have wad randomizing them like MoP does.
2) Is there way to detect if Master of Puppets is loaded? I want to make script that looks like this:
Code: Select all
if(not MoP loaded){
Give player railgun
}