Difference between revisions of "Classes:Flag"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Flag | class = Flag | game = Wolf3D | doomednum = 72 }}Classes: {{Class|Actor}} → <u>Flag</u><br> →{{Class|TeslaCoil}...") |
(No difference)
|
Revision as of 14:32, 15 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Flag | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 72 | Class Name | Flag |
Classes: Actor → Flag
→TeslaCoil
Overview
A red flag on a pole.
DECORATE Definition
actor Flag 72
{
radius 32
+SOLID
states
{
Spawn:
FLAG A -1
stop
}
}