Changeset 2203
- Timestamp:
- 04/04/12 15:23:23 (15 months ago)
- Location:
- Enemy-Territory/0.8/et/scripts/mapgoals
- Files:
-
- 2 modified
-
mapgoal_blowuptarget.gm (modified) (1 diff)
-
mapgoal_dynamite.gm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Enemy-Territory/0.8/et/scripts/mapgoals/mapgoal_blowuptarget.gm
r1072 r2203 184 184 print(" trace - the traceinfo of the entity to be built"); 185 185 print(" this MUST be an OID entity, use /oidlist to confirm"); 186 print("Optional:"); 187 print(" etype - dyno, satchel, both"); 188 print(" coverspot - location to go to after planting dynamite, supports multiple"); 189 print(" coverfacing - Direction the bot should face at cover spot"); 190 print(" coverstance - stand, crouch, prone"); 186 191 }; 187 192 -
Enemy-Territory/0.8/et/scripts/mapgoals/mapgoal_dynamite.gm
r1276 r2203 118 118 { 119 119 print(this.GoalType,"goal, version",this.Version); 120 print("Optional:"); 121 print(" coverspot - location to go to after planting dynamite, supports multiple"); 122 print(" coverfacing - Direction the bot should face at cover spot"); 123 print(" coverstance - stand, crouch, prone"); 120 124 }; 121 125