r5134 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 28 02:50:01 EST 2008


Author: div0
Date: 2008-11-28 02:50:01 -0500 (Fri, 28 Nov 2008)
New Revision: 5134

Modified:
   trunk/data/scripts/entities.def
Log:
add weapon_hook


Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2008-11-28 07:41:31 UTC (rev 5133)
+++ trunk/data/scripts/entities.def	2008-11-28 07:50:01 UTC (rev 5134)
@@ -1211,6 +1211,17 @@
 model="models/weapons/g_seeker.md3"
 */
 
+/*QUAKED weapon_hook (1 0 .5) (-30 -30 0) (30 30 32) FLOATING
+the on-hand Grappling Hook.
+-------- KEYS --------
+respawntime: time till it respawns (default: 30)
+team: out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot.
+-------- SPAWNFLAGS --------
+FLOATING: the item will float in air, instead of aligning to the floor by falling
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+model="models/weapons/g_hookgun.md3"
+*/
+
 /*QUAKED trigger_heal (.5 .5 .5) ?
 Any object touching this will be healed.
 -------- KEYS --------




More information about the nexuiz-commits mailing list