]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Update singleplayer fields
authorMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 19 Mar 2017 14:36:54 +0000 (14:36 +0000)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 19 Mar 2017 14:36:54 +0000 (14:36 +0000)
scripts/entities.ent

index 67d1b6d019288c55325a7858ce92a98f2e127b72..47ffcdfae07b0308f8c47fca19c1c3487c9d45f0 100644 (file)
@@ -442,7 +442,8 @@ Pink team's player spawning location, but there is no game mode to use this yet.
 <target key="target2" name="target2">trigger all entities with this targetname when someone spawns</target>
 <target key="target3" name="target3">trigger all entities with this targetname when someone spawns</target>
 <target key="target4" name="target4">trigger all entities with this targetname when someone spawns</target>
-
+<targetname key="targetname" name="targetname">If set, will spawn a bot when triggered instead of at game start</targetname>
+<real key="can_respawn" name="can_respawn">If 1, the bot will respawn after death</real>
 <real key="can_drop_weapon" name="can_drop_weapon">Whether it can drop the weapon on death</real>
 <real key="health" name="health">Amount of the bot starts with</real>
 <real key="armorvalue" name="armorvalue">Amount of the bot starts with (0 = default)</real>