Wagi wrote:I've always wanted to make a BomberMan mod for ZDoom. Unfortunately, I don't like to use cameras because there is nothing stopping the player from simply pressing F12 and making everything seem screwy. (I actually pressed F12 to cheat on PogoStick)
Code: Select all
script 1 ENTER
{
ChangeCamera(1,1,0);
Delay(1);
Restart;
}
