mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-06 13:00:30 +00:00
26 lines
470 B
Text
26 lines
470 B
Text
|
|
// Teleport (self) ----------------------------------------------------------
|
|
|
|
ACTOR ArtiTeleport : Inventory native
|
|
{
|
|
Game Raven
|
|
SpawnID 18
|
|
+COUNTITEM
|
|
+FLOATBOB
|
|
+INVENTORY.INVBAR
|
|
+INVENTORY.PICKUPFLASH
|
|
+INVENTORY.FANCYPICKUPSOUND
|
|
Inventory.DefMaxAmount
|
|
Inventory.Icon "ARTIATLP"
|
|
Inventory.PickupSound "misc/p_pkup"
|
|
Inventory.PickupMessage "$TXT_ARTITELEPORT"
|
|
Tag "$TAG_ARTITELEPORT"
|
|
States
|
|
{
|
|
Spawn:
|
|
ATLP ABCB 4
|
|
Loop
|
|
}
|
|
}
|
|
|
|
|