11 lines
177 B
Ucode
11 lines
177 B
Ucode
class TriggeredPlayerStart extends PlayerStart;
|
|
|
|
function Trigger( actor Other, pawn EventInstigator )
|
|
{
|
|
bEnabled = !bEnabled;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
bStatic=false
|
|
} |