All weapon pickup models have been added in. Modeldef has been subdivided to make things easier for me.
20 lines
306 B
Text
20 lines
306 B
Text
Class Translocator : UTWeapon
|
|
{
|
|
Default
|
|
{
|
|
Tag "Translocator";
|
|
Inventory.PickupMessage "You got the Translocator Source Module.";
|
|
Weapon.SlotNumber 1;
|
|
Weapon.SelectionOrder 10;
|
|
+INVENTORY.UNTOSSABLE;
|
|
+WEAPON.NO_AUTO_SWITCH;
|
|
}
|
|
States
|
|
{
|
|
Spawn:
|
|
TLCP A -1;
|
|
Stop;
|
|
TLCP B -1;
|
|
Stop;
|
|
}
|
|
}
|