Classes:Gold25
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Money | |||
---|---|---|---|
Actor type | Quest item | Game | (Strife) |
DoomEd Number | 139 | Class Name | Gold25 |
Conversation ID | 170, 163, 167 | Puzzle Item ID | N/A |
Classes: Inventory→Coin→Gold25
A purse of coins worth 25 gold.
DECORATE definition
ACTOR Gold25 : Coin { Inventory.Amount 25 Tag "$TAG_25GOLD" // "25 gold" Inventory.PickupMessage "$TXT_25GOLD" // "You picked up 25 gold." States { Spawn: SACK A -1 Stop } }