mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
25 lines
432 B
Text
25 lines
432 B
Text
|
|
||
|
// Teleport (self) ----------------------------------------------------------
|
||
|
|
||
|
ACTOR ArtiTeleport : Inventory native
|
||
|
{
|
||
|
Game Raven
|
||
|
+COUNTITEM
|
||
|
+FLOATBOB
|
||
|
+INVENTORY.INVBAR
|
||
|
+INVENTORY.PICKUPFLASH
|
||
|
+INVENTORY.FANCYPICKUPSOUND
|
||
|
Inventory.DefMaxAmount
|
||
|
Inventory.Icon "ARTIATLP"
|
||
|
Inventory.PickupSound "misc/p_pkup"
|
||
|
Inventory.PickupMessage "$TXT_ARTITELEPORT"
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
ATLP ABCD 4
|
||
|
Loop
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|