Changeset 2203

Show
Ignore:
Timestamp:
04/04/12 15:23:23 (15 months ago)
Author:
palota
Message:

mapgoal_blowuptarget: help text

Location:
Enemy-Territory/0.8/et/scripts/mapgoals
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • Enemy-Territory/0.8/et/scripts/mapgoals/mapgoal_blowuptarget.gm

    r1072 r2203  
    184184        print("         trace - the traceinfo of the entity to be built"); 
    185185        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"); 
    186191}; 
    187192 
  • Enemy-Territory/0.8/et/scripts/mapgoals/mapgoal_dynamite.gm

    r1276 r2203  
    118118{ 
    119119        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"); 
    120124}; 
    121125