Classes:SpearOfDestiny
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Spear of Destiny | |||
---|---|---|---|
Actor type | Token | Game | |
DoomEd Number | 92 | Class Name | SpearOfDestiny |
Classes: Actor → Inventory → SpearOfDestiny
→SpearOfDestiny2
Overview
The objective of the game Spear of Destiny. This item, when picked up, freezes the player and plays the pickup sound. After the sound plays the PICKUP state is run. This that sense it is similar to CustomInventory, but the state is actually shown and not simply executed.
DECORATE Definition
actor SpearOfDestiny : Inventory 92 native { inventory.pickupsound "treasure/spear/pickup" states { Spawn: SPOD A -1 stop Pickup: TNT1 A 75 TNT1 A 0 Teleport_NewMap(21, 0, 3) stop } }