Sven Co-op.fgd/th escape.fgd

From Valve Developer Community
< Sven Co-op.fgd
Revision as of 07:57, 8 July 2018 by Ficool2 (talk | contribs) (Added the FGD)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

From: \common\Sven Co-op\svencoop\scripts\maps\th_escape\th_escape.fgd

@SolidClass base(Targetname, Target) = trigger_playercheck : "Trigger Player Check"
[
	spawnflags(Flags) =
	[
		1 : "Start Off" : 0
	]
	mode(choices) : "Comparator" : 0 =
	[
		0: "> (Greater)"
		1: "< (Less)"
		2: "== (Equal)"
	]
	threshold(integer) : "Threshold" : 0
	master(string) : "Master"
	interval(string) : "Check-interval (seconds)" : "0.5"
]