Special Commands: Difference between revisions

From Rise: The Vieneo Province

(Created page with "'''111VEHICLETYPE##''' Requests transfer to nearest unoccupied (preferably unlocked) active vehicle of the requested type (preferably on the ground). Types are listed here...")
 
No edit summary
Line 1: Line 1:
'''111VEHICLETYPE##'''
'''111VEHICLETYPE##'''


  Requests transfer to nearest unoccupied (preferably unlocked) active vehicle of the requested type (preferably on the ground).  
  Requests transfer to nearest unoccupied (preferably unlocked) active vehicle of the requested type in the same reference frame (i.e. on the ground, at TAC).  


Types are listed here:
Types are listed here:
Line 14: Line 14:
*        public const byte T1 = 9; // stratoranger
*        public const byte T1 = 9; // stratoranger
*      public const byte T27 = 20; // mammoth
*      public const byte T27 = 20; // mammoth
'''111DIHVSTATUS#'''
Queue up arrival or departure animation for the DIHV ship.
* 1 = Arrive and dock
* 2 = Undock and depart

Revision as of 01:01, 21 June 2018

111VEHICLETYPE##

Requests transfer to nearest unoccupied (preferably unlocked) active vehicle of the requested type in the same reference frame (i.e. on the ground, at TAC). 

Types are listed here:

  • public const byte MuVER = 1;
  • public const byte E10 = 3; // saint
  • public const byte P13 = 4; // prowler
  • public const byte A4 = 5; // wanderer
  • public const byte C2 = 6; // dasher
  • public const byte T120 = 7; // steerhead
  • public const byte E11 = 8; // E-11 saint
  • public const byte T1 = 9; // stratoranger
  • public const byte T27 = 20; // mammoth

111DIHVSTATUS#

Queue up arrival or departure animation for the DIHV ship.
  • 1 = Arrive and dock
  • 2 = Undock and depart