LimitedToTeam Error
Posted: Tue Jul 02, 2013 6:10 pm
In my wad, I have different classes on each team. The classes on one team have limitedtoteam 0, while the others have limitedtoteam 1. This is supposed to be correct. However, whenever I test it, only the first team has all of the classes, while the second only has one.
TEAMINFO:
TEAMINFO:
Code: Select all
ClearTeams
Team "The Front"
{
PlayerColor "Brown"
TextColor "Green"
WinnerPic "SS6F3"
LoserPic "SS6F2"
WinnerTheme "D_MARCH"
LoserTheme "D_SAD"
FlagItem "BlueFlag"
SkullItem "BlueSkullST"
PlayerStartThingNumber 0
PlayerStartThingNumber 5080
SmallFlagHUDIcon "STFLA1"
SmallSkullHUDIcon "STKEYS3"
LargeFlagHUDIcon "BFLASMAL"
LargeSkullHUDIcon "BSKUA0"
}
Team "The Order"
{
PlayerStartThingNumber 0
PlayerColor "Gray"
TextColor "Red"
WinnerPic "SS6F2"
LoserPic "SS6F3"
WinnerTheme "D_Tribal"
LoserTheme "D_Intro"
FlagItem "RedFlag"
SkullItem "RedSkullST"
PlayerStartThingNumber 5081
SmallFlagHUDIcon "STFLA2"
SmallSkullHUDIcon "STKEYS5"
LargeFlagHUDIcon "RFLASMAL"
LargeSkullHUDIcon "RSKUA0"
}