home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 19 / CDROM19.iso / DATA / ENUMIDS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-16  |  27.6 KB  |  664 lines

  1.     //    enumIDs.h:        A collection in one place of all the IDs referred to by Plans
  2. //
  3. //  WARNING:  This file should contain nothing but enum statements and comments.  
  4. //            That's about all the parser can understand.     
  5. //
  6. //    Author:            Rob Duisberg
  7. //    History:
  8. //
  9. //    10/06/96    MDM Created id_BEH_GlideLCL and id_BEH_FlyLCL behaviors that specify
  10. //                    to the CGlideOnSurface and CProjectAndBounce agenda items to NOT 
  11. //                    process data for network but local (main and shadow)
  12. //    09/26/96    MDM Added CandyTracking (camera) behavior, and CircleTrack agenda item
  13. //    09/03/96    MDM Renamed all killball charger items to laser hurdle equivalents
  14. //                NOTE: The killball charger is really a limbo pole!!!
  15. //    08/31/96    MIG    Added:
  16. //                        id_MSG_SubstituteDromer            from input or coach to a dromer
  17. //                        id_DCF/ACF_DesiredSubstitute    record and return desired model to sub to
  18. //                        id_DCF_SubstitutionSemaphore    return if dromer is in a substitution state
  19. //                        id_DCF_OkToSwitchToTeammate        return if it's okay to change view to this dromer's teammate
  20. //                        id_DCF_OkToSubstituteDromer        return if the requested sub is "available"
  21. //                        id_ACF_SubstituteDromer            do the actual substitution
  22. //
  23. //    08/27/96    MDM Added id_ACF_BodySplit, id_DCF_BodyPartAnimation
  24. //    08/25/96    MIG Added    id_MSG_AttackAnim,        id_MSG_AttackedAnim,    id_DCF_AttackAnim,
  25. //                            id_DCF_AttackedAnim,    id_MSG_OkToGetRok,        id_DCF_OkToGetRok,
  26. //                            id_MSG_AnimationSemaphore, id_DCF_ClosestDromerToRok,    
  27. //
  28. //    08/24/96    MDM new id_ACF_BounceOffDromer action function
  29. //
  30. //    08/11/96    MIG Added id_DCF_WhoKilledMe, id_ACF_SetKilledDromer
  31. //
  32. //    08/11/96    MDM Added id_ACF_RegainHead action function
  33. //
  34. //    08/10/96    MDM Added new identifiers:
  35. //                    id_MOD_BodyPart?    8 new model IDs
  36. //                    id_GOB_BodyPart        1 new game object ID
  37. //                    id_COB_BodyPart?    8 new collision object IDs
  38. //                Added new action functions:
  39. //                    id_ACF_LoseHead, id_ACF_Trace
  40. //
  41. //    08/08/96    MIG changed id_MSG_UnusedW back to id_MSG_Display.  Cross your fingers.
  42. //                also id_MSG_Unused2 -> id_MSG_Open   and   id_MSG_UnusedJ -> id_MSG_Close
  43. //    08/06/96    GSL Added id_ACF_Turnstile
  44. //    04/10/95    Created
  45.  
  46. #ifndef __enumIDs__
  47.     #define __enumIDs__
  48.  
  49. enum ID_MOD {id_MOD_Dromer0,id_MOD_Dromer1,id_MOD_Dromer2,id_MOD_Dromer3,id_MOD_Dromer4,id_MOD_Dromer5,id_MOD_Rok,
  50.         id_MOD_NGoal,id_MOD_SGoal, id_MOD_Camera, id_MOD_Drome, id_MOD_Drag,id_MOD_Ramp,id_MOD_Ramp1,
  51.         id_MOD_Ramp2,id_MOD_Ramp3,id_MOD_Ramp4,id_MOD_Ramp5,id_MOD_Ramp6,
  52.         id_MOD_Ramp7,id_MOD_Ramp8,id_MOD_Ramp9,id_MOD_Ecell, id_MOD_God, id_MOD_SoundMan,  
  53.         id_MOD_HeadCam, id_MOD_StartGun, 
  54.         id_MOD_Multiplier, id_MOD_Multiplier1,id_MOD_Multiplier2,id_MOD_Multiplier3,id_MOD_Multiplier4,
  55.         id_MOD_Multiplier5,
  56.         id_MOD_Turnstile, id_MOD_Turnstile1,id_MOD_Turnstile2,id_MOD_Turnstile3,id_MOD_Turnstile4,
  57.         id_MOD_Turnstile5,id_MOD_Turnstile6,
  58.         id_MOD_LimboPole,id_MOD_LimboPole1,id_MOD_LimboPole2,id_MOD_LimboPole3,
  59.         id_MOD_LimboPole4,id_MOD_LimboPole5,
  60.         id_MOD_LaserHurdle,id_MOD_LaserHurdle1,id_MOD_LaserHurdle2,id_MOD_LaserHurdle3,
  61.         id_MOD_LaserHurdle4,id_MOD_LaserHurdle5,
  62.         id_MOD_Armory,id_MOD_Armory1,
  63.         id_MOD_Mine,
  64.         id_MOD_Swarf,
  65.         id_MOD_FastLane,id_MOD_FastLane1,
  66.         id_MOD_SlowLane,id_MOD_SlowLane1,
  67.         id_MOD_Explosion, id_MOD_Explosion1,id_MOD_Explosion2,
  68.         id_MOD_Explosion3,id_MOD_Explosion4,id_MOD_Explosion5,
  69.         id_MOD_Hurdle, id_MOD_Hurdle1,id_MOD_Hurdle2,
  70.         id_MOD_Hurdle3,id_MOD_Hurdle4,id_MOD_Hurdle5,
  71.         id_MOD_GreenRandomizer,id_MOD_GreenRandomizer1,id_MOD_GreenRandomizer2,id_MOD_GreenRandomizer3,
  72.         id_MOD_GreenRandomizer4,id_MOD_GreenRandomizer5,id_MOD_GreenRandomizer6,id_MOD_GreenRandomizer7,
  73.         id_MOD_RedRandomizer,id_MOD_RedRandomizer1,id_MOD_RedRandomizer2,
  74.         id_MOD_RedRandomizer3,id_MOD_RedRandomizer4,id_MOD_RedRandomizer5,
  75.         id_MOD_Keyboard, id_MOD_GamePad0,id_MOD_GamePad1,id_MOD_JoyStick0,id_MOD_JoyStick1,
  76.         id_MOD_Mouse,
  77.         id_MOD_Coach0, id_MOD_Coach1,    // ADI 8/10/96
  78.         //MDM New body part models 
  79.         //
  80.         id_MOD_BodyPart0, id_MOD_BodyPart1, id_MOD_BodyPart2, id_MOD_BodyPart3, 
  81.         id_MOD_BodyPart4, id_MOD_BodyPart5, id_MOD_BodyPart6, id_MOD_BodyPart7, 
  82.  
  83.         id_MOD_NOMODEL };
  84.  
  85.   enum GameObjectType {
  86.             id_GOB_Null,
  87.             id_GOB_Dromer,
  88.             id_GOB_Rok,
  89.             id_GOB_Drome,
  90.             id_GOB_Ramp,
  91.             id_GOB_NGoal,
  92.             id_GOB_SGoal,
  93.             id_GOB_MainCamera,
  94.             id_GOB_HeadCam,
  95.             id_GOB_StartGun,
  96.             id_GOB_Turnstile,
  97.             id_GOB_Multiplier,
  98.             id_GOB_LaserHurdle,
  99.             id_GOB_GreenRandomizer,
  100.             id_GOB_RedRandomizer,
  101.             id_GOB_God,
  102.             id_GOB_SoundMan,
  103.             id_GOB_LimboPole,
  104.             id_GOB_Hurdle,
  105.             id_GOB_FastLane,
  106.             id_GOB_Explosion,
  107.             id_GOB_Armory,
  108.             id_GOB_KeyBoard,
  109.             id_GOB_GamePad,
  110.             id_GOB_Joystick,
  111.             id_GOB_Mouse,
  112.             id_GOB_SlowLane,
  113.             id_GOB_Mine,
  114.             id_GOB_Swarf,
  115.             id_GOB_Coach,    // ADI 8/10/96
  116.             id_GOB_BodyPart,        // MDM
  117.             id_GOB_NUM_OF_TYPES,
  118. };
  119.  
  120. enum ID_MSG { 
  121.     id_MSG_Shoot,                 id_MSG_PassTo,                 id_MSG_LostIt,                     id_MSG_GotIt, 
  122.     id_MSG_NGoalScored,         id_MSG_SGoalScored,         id_MSG_Stop,                     id_MSG_GoalScored, 
  123.     id_MSG_Jump,                 id_MSG_Fly,                 id_MSG_Landed,                     id_MSG_Attach, 
  124.     id_MSG_Hit,                 id_MSG_RokIsFree,            id_MSG_Activate,                id_MSG_YerAttacked, 
  125.     id_MSG_YerReleased,            id_MSG_YerHit,                id_MSG_DropRok,                     id_MSG_DetectCollision, 
  126.     id_MSG_Incoming,             id_MSG_PassReceived,         id_MSG_Deke,                     id_MSG_SpunDown,
  127.     id_MSG_MoveEyePoint,        id_MSG_Attack,                id_MSG_SndStreamDone,            id_MSG_MoveEyeDir,
  128.     id_MSG_SetAnimation,         id_MSG_SendRandomTimeout,    id_MSG_MoveEyeTrack,            id_MSG_ChangeTrackObject,
  129.     id_MSG_ChangeWatchObject,     id_MSG_Throw,                 id_MSG_ThrowWindUp,             id_MSG_ShootStartGun,
  130.     id_MSG_Inactivate,             id_MSG_ChooseVictim,         id_MSG_EndImmunity,                id_MSG_Halfpipe,
  131.     id_MSG_CellAnimationDone,     id_MSG_CellAnimationEvent,  id_MSG_RailSlide,                 id_MSG_CamFollowRok,
  132.     id_MSG_GotThere,            id_MSG_GamePad,                id_MSG_DirectionKey,            id_MSG_KillBallChange,    
  133.     id_MSG_KillBallSndAnim,        id_MSG_EndSlowDown,            id_MSG_TeamTune,                id_MSG_BetterRed,    
  134.     id_MSG_AssignGRandomPowerUp,id_MSG_EndPassMode,         id_MSG_Blocked,                    id_MSG_Breakaway,
  135.     id_MSG_YerDown,                id_MSG_ExitBehavior,         id_MSG_Bounce,                    id_MSG_DeployWeapon,
  136.     id_MSG_RedIsUp,                id_MSG_RedIsDown,            id_MSG_LookForRok,                id_MSG_TurnTowardMate,
  137.  
  138.                                                             // *** MIG Changed Here
  139.     id_MSG_NoInputForSec,         id_MSG_LookForGoal,         id_MSG_Display,                    id_MSG_NewInput,
  140. //    id_MSG_NoInputForSec,         id_MSG_LookForGoal,         id_MSG_UnusedW,                 id_MSG_NewInput,
  141.                                                             // *** MIG Changed Here
  142.  
  143.                                                                                             // *** MIG Changed Here
  144.     id_MSG_GoalReceived,        id_MSG_TimeOutMessage,        id_MSG_SpeedBurst,                id_MSG_Open,
  145. //    id_MSG_GoalReceived,        id_MSG_TimeOutMessage,        id_MSG_SpeedBurst,                id_MSG_Unused2,
  146.                                                                                             // *** MIG Changed Here
  147.     id_MSG_DragOver,            id_MSG_DoubleScore,            id_MSG_InDrag,                    id_MSG_Close,     
  148. //    id_MSG_DragOver,            id_MSG_DoubleScore,            id_MSG_InDrag,                    id_MSG_UnusedJ,     
  149.                                                                                             // *** MIG Changed Here
  150.  
  151.     id_MSG_Initiate,            id_MSG_Test,                id_MSG_HeadCamOn,                id_MSG_HeadCamOff,
  152.     id_MSG_ShotOnGoal,            id_MSG_OkToGetRok,            id_MSG_RokInMyPossession,        id_MSG_ChangingViewNControl,
  153.     id_MSG_playCD,                id_MSG_stopCD,               id_MSG_AtFaceOffPos,             id_MSG_SubstituteDromer,
  154.     id_MSG_AnimationSemaphore,    id_MSG_OneOnOne,            id_MSG_TwoOnTwo,                
  155.     id_MSG_StartDrag,            id_MSG_Celebrate,            id_MSG_Bitch,                    id_MSG_GlideToStop,
  156.     id_MSG_AttackedAnim,        id_MSG_AttackAnim,            id_MSG_SyncFrame,                id_MSG_ShootToKill,
  157.     id_MSG_WatchOut,            id_MSG_WatchOutHurdle,        id_MSG_WatchOutTurnstile,        id_MSG_WatchOutMultiplier,
  158.     id_MSG_WatchOutKillball,    id_MSG_DuckingUnder,        id_MSG_EndLongShot,                id_MSG_EndLongPass,
  159.     id_MSG_GoBoom,                id_MSG_RokLookForDromers,    id_MSG_PlayCrowdResponse,        id_MSG_WatchOutArmory,
  160.     id_MSG_WatchOutTurnPost,    id_MSG_ReallySetAnimation,    id_MSG_ExplodeFlat,                id_MSG_ExplodeAgainstVelocity,
  161.     id_MSG_ExplodeWithVelocity,    id_MSG_ExplodeUniform,        id_MSG_TeammateCollision,        id_MSG_OpponentCollision,
  162.     id_MSG_TeamTuneScore,        id_MSG_TeamTuneScore2,        id_MSG_HitInCrotch,
  163.  
  164.     // mig 09/05/96
  165.     id_MSG_StartPeriod,
  166.  
  167.     // mig 09/17/96
  168.     id_MSG_Extra0,                id_MSG_Extra1,                id_MSG_Extra2,                    id_MSG_Extra3,
  169.     id_MSG_Extra4,                id_MSG_Extra5,                id_MSG_Extra6,                    id_MSG_Extra7,
  170.  
  171.     id_MSG_CheckPassingDistance,id_MSG_CameraToSideline,    id_MSG_CameraToDromer,            id_MSG_ModifyDamage,
  172.  
  173.     id_MSG_EndOfPeriod,            id_MSG_EndOfGame,
  174.  
  175.     id_MSG_SanityCheck,
  176.  
  177.     id_MSG_TeamWins,
  178.     id_MSG_SyncPossession,        id_MSG_SyncSystem,            id_MSG_SyncDamage,
  179.  
  180.     id_MSG_NOMSG    
  181. };     
  182.  
  183. enum CollisionObjectID {
  184.  
  185.         id_COB_Dromer_0,id_COB_BatonEzone_0,id_COB_DromerBody_0,
  186.         id_COB_Dromer_1,id_COB_BatonEzone_1,id_COB_DromerBody_1,
  187.         id_COB_Dromer_2,id_COB_BatonEzone_2,id_COB_DromerBody_2,
  188.         id_COB_Dromer_3,id_COB_BatonEzone_3,id_COB_DromerBody_3,
  189.         id_COB_Dromer_4,id_COB_BatonEzone_4,id_COB_DromerBody_4,
  190.         id_COB_Dromer_5,id_COB_BatonEzone_5,id_COB_DromerBody_5,
  191.         id_COB_NGoalZone,id_COB_NGoalCase,id_COB_NGoalPort, id_COB_NGoalSide,
  192.         id_COB_SGoalZone,id_COB_SGoalCase,id_COB_SGoalPort,    id_COB_SGoalSide,
  193.         id_COB_Orbot,
  194.         id_COB_Rok, id_COB_Camera,
  195.         id_COB_Ramp,id_COB_Ramp1,id_COB_Ramp2,id_COB_Ramp3,id_COB_Ramp4, 
  196.         id_COB_Ramp5,id_COB_Ramp6,id_COB_Ramp7,id_COB_Ramp8,id_COB_Ramp9,
  197.         id_COB_Ramp10, id_COB_Ramp11,
  198.         id_COB_Dr0_Awareness, id_COB_Dr1_Awareness, id_COB_Dr2_Awareness, id_COB_Dr3_Awareness,
  199.         id_COB_Dr4_Awareness, id_COB_Dr5_Awareness,    id_COB_StartGun,
  200.         id_COB_HeadCam,
  201.         id_COB_Multiplier, 
  202.         id_COB_Multiplier1,id_COB_Multiplier2,id_COB_Multiplier3,id_COB_Multiplier4,
  203.         id_COB_Multiplier5,
  204.         id_COB_Turnstile,id_COB_Turnstile1,id_COB_Turnstile2,id_COB_Turnstile3,id_COB_Turnstile4,
  205.         id_COB_Turnstile5,id_COB_Turnstile6,
  206.         id_COB_LimboPole,id_COB_LimboPole1,id_COB_LimboPole2,id_COB_LimboPole3,
  207.         id_COB_LimboPole4,id_COB_LimboPole5,
  208.         id_COB_LaserHurdle,id_COB_LaserHurdle1,id_COB_LaserHurdle2,id_COB_LaserHurdle3,
  209.         id_COB_LaserHurdle4,id_COB_LaserHurdle5,
  210.         id_COB_Armory,id_COB_Armory1,
  211.         id_COB_Mine,
  212.         id_COB_Swarf,
  213.         id_COB_FastLane,id_COB_FastLane1,
  214.         id_COB_SlowLane,id_COB_SlowLane1,
  215.         id_COB_Explosion,id_COB_Explosion1,id_COB_Explosion2,
  216.         id_COB_Explosion3,id_COB_Explosion4,id_COB_Explosion5,
  217.         id_COB_Hurdle,id_COB_Hurdle1,id_COB_Hurdle2,id_COB_Hurdle3,id_COB_Hurdle4,
  218.         id_COB_Hurdle5,id_COB_Hurdle6,
  219.         id_COB_GreenRandomizer,id_COB_GreenRandomizer1,id_COB_GreenRandomizer2,id_COB_GreenRandomizer3,
  220.         id_COB_GreenRandomizer4,id_COB_GreenRandomizer5,id_COB_GreenRandomizer6,id_COB_GreenRandomizer7,
  221.         id_COB_RedRandomizer,id_COB_RedRandomizer1,id_COB_RedRandomizer2,
  222.         id_COB_RedRandomizer3,id_COB_RedRandomizer4,id_COB_RedRandomizer5,
  223.  
  224.         // MDM: For now, four heads for main dromers (no goalies)
  225.         id_COB_BodyPart0, id_COB_BodyPart1, id_COB_BodyPart2, id_COB_BodyPart3,
  226.         id_COB_BodyPart4, id_COB_BodyPart5, id_COB_BodyPart6, id_COB_BodyPart7, 
  227.  
  228.  
  229.  
  230.  
  231.         id_COB_NOCOB 
  232.         };
  233.  
  234. enum ID_ATK {id_ATK_Punch, id_ATK_HipCheck, id_ATK_ClothesLineL, id_ATK_ClothesLineR, 
  235.              id_ATK_ShoulderCheckL, id_ATK_ShoulderCheckR, id_ATK_LegSweepL, id_ATK_LegSweepR,
  236.              id_ATK_NUMATTACKTYPES    };
  237.  
  238.  
  239. enum ID_OFS {id_OFS_BirdsEyeTrkOffset, id_OFS_FirstPersonTrkOffset, id_OFS_OverThShldrTrkOffset,
  240.      id_OFS_OvThSwRokTrkOffset, id_OFS_FallTrkOffset, id_OFS_NOOFS};
  241.  
  242. enum ID_POS {id_POS_HomeOffsvWingAttack, id_POS_OppnOffsvWingAttack, 
  243.              id_POS_NGoalDefender,          id_POS_SGoalDefender,          id_POS_HomeDragStartPos,
  244.              id_POS_OppnDragStartPos,     id_POS_RokDragStartPos,     id_POS_RokCannonMuzzlePos,
  245.              id_POS_NGoalCenter,
  246.              id_POS_SGoalCenter,
  247.              id_POS_SDefnForward,         id_POS_NDefnForward,    
  248.              id_POS_NOPOS
  249.             };
  250.  
  251. enum DirectionFlag    { A_NODIRECTION, A_FORWARD, A_REVERSE, A_PAUSE };    
  252. enum PlayState        {AA_DONE,AA_PLAY,AA_PAUSE,AA_SINGLESTEP};
  253. enum Reticle_State { RET_Off, RET_Aim, RET_Commit, RET_Curve };
  254.  
  255. enum RatingMeasureID {    
  256.      id_RAT_WeightClass, 
  257.      id_RAT_Stamina,                    
  258.      id_RAT_Checking,                     
  259.      id_RAT_Balance,                    
  260.      id_RAT_Speed,                    
  261.      id_RAT_ShotPower,                     
  262.      id_RAT_ShotAccuracy ,                    
  263.      id_RAT_PassAccuracy ,                     
  264.      id_RAT_OffensiveAbility,                    
  265.      id_RAT_LongShotEnable,                    
  266.      id_RAT_Immunity,                     
  267.      id_RAT_LongPassEnable,                    
  268.      id_RAT_MultiPointSpread,                    
  269.      id_RAT_RokHandling ,                    
  270.      id_RAT_ArmoryRange,                    
  271.      id_RAT_Damage,    
  272.      id_RAT_Gender,
  273.      
  274.      id_RAT_Speedburst0a, id_RAT_Speedburst0b, id_RAT_Speedburst1a, id_RAT_Speedburst1b, id_RAT_Speedburst2a,
  275.      id_RAT_Speedburst2b, id_RAT_Speedburst3a, id_RAT_Speedburst3b, id_RAT_Speedburst4a, id_RAT_Speedburst4b,
  276.      id_RAT_Bungee0, id_RAT_Bungee1, id_RAT_Bungee2,
  277.      id_RAT_Pass0, id_RAT_Pass1, id_RAT_Pass2, 
  278.      id_RAT_WinCloseFreeRok, id_RAT_LoseCloseFreeRok,
  279.      id_RAT_WinFarFreeRok,   id_RAT_LoseFarFreeRok,
  280.      id_RAT_WinOffWingJob, id_RAT_LoseOffWingJob,
  281.      id_RAT_Multiplier0, id_RAT_Multiplier1, 
  282.      id_RAT_Turnstile0, id_RAT_Turnstile1, 
  283.      id_RAT_Killball0, id_RAT_Killball1, 
  284.      id_RAT_Randomize0, id_RAT_Randomize1, 
  285.      id_RAT_Fighting0, id_RAT_Fighting1, id_RAT_Fighting2, id_RAT_Fighting3, id_RAT_Fighting4,  
  286.      id_RAT_FlyingRepetoire, id_RAT_HalfpipeRepetoire,
  287.      id_RAT_CarryRokThrowDist, id_RAT_WinCarryRokRegroupDist, id_RAT_LoseCarryRokRegroupDist,
  288.      id_RAT_WinAggressionOnOthers, id_RAT_LoseAggressionOnOthers,
  289.  
  290.     id_RAT_SubOutDamage,
  291.     id_RAT_SubInDamage,
  292.     id_RAT_MultiRange,
  293.     id_RAT_MinSubIn,
  294.  
  295.      id_RAT_NUMRATINGS };
  296.  
  297. enum GoalieRatingsID {
  298.  
  299.         id_GRT_WeightClass,
  300.         id_GRT_Strength,
  301.         id_GRT_ReactionTime, 
  302.         id_GRT_Balance,         
  303.         id_GRT_Speed,
  304.         id_GRT_PassAccuracy,     
  305.         id_GRT_Intelligence , 
  306.         id_GRT_UnderPressure ,
  307.         id_GRT_SaveRight,        
  308.         id_GRT_SaveLeft,
  309.         id_GRT_SaveHigh,         
  310.         id_GRT_SaveLow,
  311.         id_GRT_ShieldBlocking,
  312.         id_GRT_CatchingAbility ,
  313.         id_GRT_Aggression,     
  314.         id_GRT_Overall,
  315.         id_GRT_NUMRATINGS
  316. };
  317.  
  318.  
  319. // STAT_ID: Enum constants for all possible dromer statistics.
  320.  
  321. enum StatID
  322. {
  323.     // OLD STATS, NO LONGER USED!!!
  324.     // Left here strictly for compatability with old plans
  325.     id_STA_rGoals,                    id_STA_rShots,                    
  326.     id_STA_rAssists,                id_STA_rShooting,                
  327.     id_STA_rPassing,                id_STA_rPassesAttempted,        
  328.     id_STA_rPassesCompleted,        id_STA_rTimeOfPossession,    
  329.     id_STA_rTOPStampStart,            id_STA_rTOPStampEnd,            
  330.     id_STA_r2PointScores,            id_STA_r2PointAttempted,    
  331.     id_STA_r2PointCompleted,         id_STA_rShortHandedScores,    
  332.     id_STA_rShortHandedAttempts,    id_STA_rShortHandedCompleted,            
  333.     id_STA_rPowerPlayScores,        id_STA_rPowerPlayAttempts,        
  334.     id_STA_rPowerPlayCompleted,        id_STA_rInterceptions,            
  335.     id_STA_rChecksGiven,            id_STA_rInjuriesGiven,            
  336.     id_STA_rDragsWon,                id_STA_rTimeOnRail,                
  337.     id_STA_rTORStampStart,            id_STA_rTORStampEnd,            
  338.     id_STA_rTotalRailDistance,        id_STA_rHangTime,                
  339.     id_STA_rHTStampStart,            id_STA_rHTStampEnd,            
  340.     id_STA_rOneTimers,                id_STA_rFreestyleMoves,        
  341.     id_STA_rPowerPlayTime,            id_STA_rPPTStampStart,            
  342.     id_STA_rPPTStampEnd,
  343.     
  344.     // NEW STATS, CURRENTLY USED
  345.     // Order must be kept to match order on Stats screen!!
  346.  
  347.     // Extra stats used for calculations
  348.     id_STA_r1xGoal,                                // A normal 1 point goal
  349.     id_STA_rTotalGoals,                            // Number goals scored of all types
  350.     id_STA_rPossStart,                            // Timer start/stop
  351.     id_STA_rPossStop,
  352.  
  353.     // 10 primary stats displayed on stats screen
  354.     id_STA_rTotalPoints,                        // Total points for all goals
  355.     id_STA_rShotsOnGoal,                        // Number of attempted shots
  356.     id_STA_rShootingPercentage,                    // Goals/Attemtps * 100
  357.     id_STA_r2xGoal,                                // 2point, 4point goals
  358.     id_STA_r4xGoal,
  359.     id_STA_rTimeOfPoss,                            // Total time of possession
  360.     id_STA_rRandomizers,                        // Total number randomizers activated
  361.     id_STA_rKillballs,                            // Total number killballs launched
  362.     id_STA_rInjuries,                            // Total injuries by any means
  363.     id_STA_rFatalities,                            // Total fatalities by any means
  364.  
  365.     id_STA_rNUMSTATS                            // Total number of tracked statistics
  366. };
  367.  
  368.  
  369. enum Behavior_IDs 
  370.      {id_BEH_GlideToObject,         id_BEH_Glide, 
  371.       id_BEH_RailSlide,             id_BEH_Fly,             id_BEH_MonitorKeyboard, 
  372.       id_BEH_UpdateWhileAttached,    id_BEH_SetInPlace,         id_BEH_OpenAndClose, 
  373.       id_BEH_Tracking,                 id_BEH_Watching,         id_BEH_TrackTrajectory, 
  374.       id_BEH_GlideToPosition,         id_BEH_FlyToward,         id_BEH_TrackPassPrep,     
  375.       id_BEH_Avoidance,                id_BEH_UpdateRelativePos,    id_BEH_SetFlatInPlace,
  376.       id_BEH_DoNothing,                id_BEH_SetMovingInPlace,
  377.       id_BEH_GlideBetweenFacing,    id_BEH_HeadTracking,    id_BEH_CoachTeam,//ADI
  378.       id_BEH_CandyTracking,
  379.       id_BEH_GlideLCL,                id_BEH_FlyLCL,
  380.       id_BEH_NUMBEHAVIORS};
  381.  
  382. enum Beh_Decl_Ctl 
  383.      {id_BDC_Behavior_Decl,            id_BDC_Behavior_Name,    id_BDC_Change_To_Behavior,
  384.       id_BDC_Set_Behavior_Param,    id_BDC_NOBDC};
  385.  
  386. enum AgendaItemIDs {
  387.           id_AGD_CBeAttached,              //0
  388.           id_AGD_CSteerToTarget,          //1
  389.           id_AGD_CSetPositionRelative,    //2
  390.           id_AGD_CSteerToward,            //3     
  391.           id_AGD_CAdjustAcceleration,      //4    
  392.           id_AGD_CSteerToPosition,      //4     
  393.           id_AGD_CSteerBetweenFacing,    //6
  394.           id_AGD_CBungeeToward,            //7
  395.           id_AGD_CAvoidObjects,          //8    
  396.           id_AGD_CMonitorKeys,             //9
  397.           id_AGD_CSpeedBurst,            //10
  398.           id_AGD_CGlideOnSurface,          //11
  399.           id_AGD_CSlideOnRail,            //12
  400.           id_AGD_CProjectAndBounce,      //13
  401.           id_AGD_CStepAnimation,          //14
  402.           id_AGD_CRelaxToPosition,      //17
  403.           id_AGD_CSetAttitude,          //15
  404.           id_AGD_CRelaxYaw,                //16
  405.           id_AGD_CTimerActivity,        //18
  406.           id_AGD_CTrack,                //19
  407.           id_AGD_CTrackTraj,            //20
  408.           id_AGD_CWatch,                //21
  409.           id_AGD_CTrackPasser_Receiver,    //22
  410.           id_AGD_CViewIt,                //23
  411.           id_AGD_CPanSound,                //24
  412.           id_AGD_CHeadTrack,            //25
  413.           id_AGD_CDopplerSnd,            //26
  414.           id_AGD_CPaletteEffect,        //27
  415.           id_AGD_CDisplayShotPower,        //28
  416.           id_AGD_CDisplayPassBar,        //29
  417.           id_AGD_CMonitorHeldKeys,         //30
  418.           id_AGD_CUpdateShotPower,         //31
  419.           id_AGD_CExplosionAnimation,    //32
  420.           id_AGD_CCheckAI,                //33 - ADI 8/10/96
  421.           id_AGD_CCircleTrack,            //34
  422.           id_AGD_NUMAGDITEMS
  423.         };
  424.  
  425. enum ActionFunctionIDs {
  426.     id_ACF_Set_AttachPak,     id_ACF_Unset_AttachPak, id_ACF_Recoil,
  427.     id_ACF_Launch,            id_ACF_LaunchToward,        id_ACF_SendMessage,
  428.     id_ACF_Set_SpeedBurst,     id_ACF_PlaySound,             id_ACF_NoteStats4Possessors,
  429.     id_ACF_IncrementStat,    id_ACF_StartStatTimer,        id_ACF_EndStatTimer,
  430.     id_ACF_PlaySndType,        id_ACF_PanSndType,             id_ACF_CrashTestSetup,
  431.     id_ACF_Set_SpeedTurn,   id_ACF_AnimationPeek,        id_ACF_Engage_Opponent,
  432.     id_ACF_SetLocation,        id_ACF_SetVelocity,
  433.  
  434.     id_ACF_SetObjectToTrack, id_ACF_SetTrackToViewOwner, id_ACF_SetTrackingOffset, id_ACF_IncrementTrackingOffset,
  435.     id_ACF_IncrementObjectToTrack, id_ACF_SetObjectToWatch, id_ACF_IncrementObjectToWatch,
  436.     id_ACF_SetInDrag, id_ACF_SetOnRim, id_ACF_SetFriction,
  437.  
  438.     id_ACF_SetAnimation, id_ACF_RestorePersistentAnimation, 
  439.     id_ACF_SetAnimationEvent, id_ACF_SetAnimationState, 
  440.  
  441.     id_ACF_HookDragBungeesOn, id_ACF_ResetAccTransient,
  442.  
  443.     id_ACF_SetAnimationDoneMessage,    id_ACF_LaunchAt, id_ACF_Throw, 
  444.     id_ACF_SetAnimationSpeed, 
  445.     id_ACF_IncrAnimationSpeed,
  446.     id_ACF_ResetCameraBufferSize,  id_ACF_ThrowBungee,
  447.     id_ACF_ResetKeystateFlags,       id_ACF_SpinUp,
  448.     id_ACF_SetCamOffsetToLocation, id_ACF_LaunchGunDirection, 
  449.     id_ACF_RelaxYawToFace,           id_ACF_ResetReticle,     id_ACF_SetHeadCamText,
  450.     id_ACF_InitRearViewPos,           id_ACF_DopplerSound,        id_ACF_IncrementBungeeLength,
  451.     id_ACF_SetOffsetValues,           id_ACF_SetBungeeLength,  id_ACF_PlaceSound,
  452.     id_ACF_IncrementCameraDir,       id_ACF_SetTrackHeight,   id_ACF_SetMinHeight,
  453.     id_ACF_SetLookHeight,           id_ACF_SetCamBufferFactor, id_ACF_SetScanModes, 
  454.     id_ACF_SetSolarWindFactor,       id_ACF_SetPaletteEffect,    id_ACF_SignalKeystate,
  455.     id_ACF_SetMyGravity,           id_ACF_RecoilOffWall,    id_ACF_ClothesLineRecoil,    
  456.     id_ACF_ManOnManRecoil,           id_ACF_GetKeystateFlags, id_ACF_SetLocalReal,
  457.     id_ACF_ScaleBubToRating,       id_ACF_SetRenderFlag,    id_ACF_IncRokValue,
  458.     id_ACF_SetRokKillState,           id_ACF_ModifyDamage,        id_ACF_ReflectOffWall,
  459.     id_ACF_ModifyPitch,               id_ACF_ReflectOffModel,    id_ACF_SetTargetWithData,
  460.     id_ACF_BungeeTowardTarget,       id_ACF_GlideOnRamp,        id_ACF_GrayscaleRandomizer,
  461.     id_ACF_SetImmunity,               id_ACF_SpeedBurstSituation, id_ACF_IncrAnimSpeedWRating,
  462.     id_ACF_ModifyOpposTeamFriction,id_ACF_SetDeviceOwner,    id_ACF_SetInputMode,
  463.     id_ACF_IncrementScore,           id_ACF_SwapRandomizers,  id_ACF_ModifyRating,
  464.     id_ACF_ModifyAvailableReds,       id_ACF_ReallySendMsg,    id_ACF_ExplodeFlat,
  465.     id_ACF_SetShotPowerMeter,       id_ACF_HoverAboveArmory,    id_ACF_DeployWeapon,
  466.     id_ACF_SetAttackee,               id_ACF_ModifySpeedRating,id_ACF_ExplodeAgainstVelocity,
  467.     id_ACF_ExplodeWithVelocity,       id_ACF_ExplodeUniform,    id_ACF_SetKnockedDownState,
  468.     id_ACF_SpinTurnstile,
  469.  
  470.     //MDM
  471.     id_ACF_LoseHead,                id_ACF_Trace,            id_ACF_RegainHead,
  472.  
  473.     // MIG
  474.     id_ACF_SetKilledDromer,            id_ACF_AnimationSemaphore, id_ACF_ResetCameraTrack,
  475.     id_ACF_ClockStoppedSemaphore,
  476.     
  477.     //SYH
  478.     id_ACF_SetInfoBarText,
  479.  
  480.     id_ACF_BounceOffDromer,
  481.  
  482.     id_ACF_BodySplit,
  483.  
  484.     //BAS
  485.     id_ACF_CreditDamage,
  486.     id_ACF_TrackTurnstile,
  487.  
  488.     // MIG 08/31/96
  489.     id_ACF_DesiredSubstitute,        id_ACF_SubstituteDromer,
  490.  
  491.     // SYH 09/02/96
  492.     id_ACF_SetInfoTextDromer,
  493.  
  494.  
  495.     id_ACF_SetLaserHurdleCharge,    id_ACF_MDM_Unused,
  496.  
  497.     // SYH 09/03/96
  498.     id_ACF_SetInfoTextTeam,
  499.  
  500.     id_ACF_ClearBehaviorAnimation,
  501.  
  502.     id_ACF_SendMessageToMyCamera,
  503.     id_ACF_IfNotRokTrackMe,
  504.     id_ACF_TransferViewOwnership,
  505.  
  506.     id_ACF_SmallBloodSpurt,            id_ACF_LargeBloodSpurt,
  507.  
  508.     id_ACF_SetMaxSpeed,                id_ACF_EndPeriodNow,
  509.  
  510.     id_ACF_KillBallStaging,            id_ACF_KillBallExecute,        id_ACF_KickOffRim,
  511.  
  512.     id_ACF_FlyingSemaphore,
  513.  
  514.     id_ACF_KickDownToSurface,
  515.     id_ACF_SyncPossession,            id_ACF_SyncSystem,            id_ACF_SyncDamage,
  516.  
  517.     id_ACF_SendLaunchMessage,
  518.  
  519.     id_ACF_NUMACTIONFUNCTIONS
  520. };
  521.  
  522. enum DecisionFunctionIDs {
  523.     id_DCF_Decide_Attachment,             id_DCF_Decide_Celebration,         id_DCF_Decide_PassOrRun,
  524.     id_DCF_Decide_HPSpin_Rail_orNot,    id_DCF_PickACell,                id_DCF_Random,
  525.     id_DCF_IsSenderTeammate,            id_DCF_AmMainDromer,            id_DCF_RunTimeData,
  526.     id_DCF_IsRokInMyZone,                id_DCF_AmViewOwner,                id_DCF_TeammateIsViewOwner,
  527.     id_DCF_OwnerIsViewOwner,              id_DCF_ViewOwnersMateInFront,    id_DCF_IHaveRok, 
  528.     id_DCF_DecidePosition,                id_DCF_CollisionDetail,            id_DCF_EngageWhichOpponent,
  529.     id_DCF_TeammateHasRok,                id_DCF_GagTheAnnouncer,         id_DCF_VictimCamIsOn,
  530.     id_DCF_Decide_BlockOrGoOut,            id_DCF_WhichOppnIsClosestToRok,    id_DCF_ClosestUncoveredOppn,
  531.     id_DCF_AnalyzePadA,                 id_DCF_AnalyzePadB,             id_DCF_AnalyzePadC,
  532.     id_DCF_AttackerIsInRear,             id_DCF_SpeedBurstIsRelaxed,        id_DCF_OffenseOrWRok,
  533.     id_DCF_HostIsViewOwner,             id_DCF_RokInWhichTeamsPoss,        id_DCF_IsDoubleScore, 
  534.     id_DCF_MyID,                        id_DCF_MessageData,             id_DCF_BungeeVictimLorR,
  535.     id_DCF_IfInFaceOff,                    id_DCF_ShotPower,                id_DCF_IsScanningModeOn,
  536.     id_DCF_MessageDataNibl0,            id_DCF_MessageDataNibl1,        id_DCF_MessageDataNibl4,
  537.     id_DCF_MsgData4Nibl1X2Nibl0,        id_DCF_SideKeysAreDown,            id_DCF_SpinUp, 
  538.     id_DCF_AmIKnockedLoose,                id_DCF_CatchBlockOrMiss,        id_DCF_RokScoreValue,
  539.     id_DCF_Jumping,                        id_DCF_ChoosePassingPlay,        id_DCF_RecvrInRangeNView,
  540.     id_DCF_WhichOppnIsClosestToMe,        id_DCF_TakeDamage,                id_DCF_Ducking,
  541.     id_DCF_RokIsCharged,                id_DCF_RokIsChargedAgainst,        id_DCF_ClosestTargetToProjectile,
  542.     id_DCF_MeOrTeammateClosestToRok,    id_DCF_IsAmbient,                id_DCF_DromerHurdleCollision,
  543.     id_DCF_DromerHasRok,                id_DCF_RokHurdleCollision,        id_DCF_DromerMultiplierCollision,
  544.     id_DCF_DromerLimboCollision,        id_DCF_DromerRandomizerCollision,id_DCF_RokValueInMyFavor,
  545.     id_DCF_DromerRampCollision,            id_DCF_PassOrRunByRatings,        id_DCF_LooseRokWhatToDo,
  546.     id_DCF_GoThroughMuliplier,            id_DCF_PickAttackMove,            id_DCF_OffWingJob,
  547.     id_DCF_PickFlyingMove,                id_DCF_PickHalfpipeMove,        id_DCF_AvoidSpinningTurnstile,
  548.     id_DCF_TargetTurnstile,                id_DCF_UseKillball,                id_DCF_UseRandomizer,
  549.     id_DCF_ShootSituation,                id_DCF_RegroupSituation,        id_DCF_AggressionOnOthers,
  550.     id_DCF_RedIsAvailable,                id_DCF_TenOrMorePtSpread,        id_DCF_RatingMaxedOut,
  551.     id_DCF_MyTeamLosingByAtLeast,        id_DCF_ChooseTeamTune,            id_DCF_DromerNearMine,
  552.     id_DCF_AttackOrDeployWeapon,        id_DCF_DecideWithRating,        id_DCF_NearObjectBy,
  553.     id_DCF_SoundBank,                    id_DCF_HomeOrAwayTeam,            id_DCF_WinningOrLosing,
  554.     id_DCF_IsDromerKnockedDown,            id_DCF_RandomEmptyArmory,        id_DCF_RandomInactiveWeapon,
  555.     id_DCF_WhoKilledMe,                    id_DCF_AnimationSemaphore,        id_DCF_ClockStoppedSemaphore,
  556.     id_DCF_AttachedToSender,            id_DCF_AttackedAnim,
  557.  
  558.     // MIG 08/25/96
  559.     id_DCF_ClosestDromerToRok,            id_DCF_OkToGetRok,
  560.  
  561.     id_DCF_BodyPartAnimation,
  562.  
  563.     id_DCF_RokInRange,
  564.     id_DCF_IsDromerInjured,
  565.     id_DCF_TeammateIsHumanOrInjured,
  566.  
  567.     // MIG 08/31/96
  568.     id_DCF_DesiredSubstitute,            id_DCF_SubstitutionSemaphore,    id_DCF_OkToSwitchToTeammate,
  569.     id_DCF_OkToSubstituteDromer,
  570.     id_DCF_OkToPassToTeammate,
  571.     id_DCF_OkToSubstituteTeammate,
  572.     id_DCF_PickValidSubstitute,
  573.  
  574.     id_DCF_GetLaserHurdleCharge,    id_DCF_DromerLaserHurdleCollision,
  575.  
  576.     id_DCF_OkToLaunchRok,            id_DCF_GetImmunity,            id_DCF_Interception,
  577.     id_DCF_SpecialAttacks,            id_DCF_InRangeToAttack,
  578.     
  579.     id_DCF_JostledDropRok,            id_DCF_BouncedInGoal,        id_DCF_CheckPassingDistance,
  580.     id_DCF_WhichOppnToAttack,        id_DCF_CheckRenderFlag,
  581.  
  582.     id_DCF_TeamIsDead,                id_DCF_TeamIsInjured,        id_DCF_MyTeamIsInjured,
  583.     id_DCF_WhoWonTheGame,
  584.  
  585.     id_DCF_WhoHasRok,                id_DCF_TryForKillball,        id_DCF_TargetAcquired,
  586.  
  587.     id_DCF_DecideGoalieLaunch,        id_DCF_NearestSuspenseMult,
  588.  
  589.     id_DCF_BallGotBehindMe,            id_DCF_GoaliePassingTarget,
  590.  
  591.     id_DCF_ForceRearView,
  592.  
  593.     id_DCF_CheckScoreOnOwnGoal,
  594.  
  595.     id_DCF_NUMDECISIONFUNCTIONS
  596. };
  597.  
  598. enum BehaviorSetParamFnIDs {
  599.     id_SET_ModsTweenNFacing,    id_SET_KeyMonitorMode,    id_SET_InteractorLatency,
  600.     id_SET_Target,                id_SET_TargetPosition,    id_SET_RelativePosition,
  601.     id_SET_ModelImRelativeTo,    id_SET_ObjectToAvoid,    id_SET_ModelImFacing, 
  602.     id_SET_PersistentAnimation, id_SET_TargetGoal,        id_SET_Animation,
  603.     id_SET_AnimationEvent,        id_SET_ObjectToFollow,    id_SET_DoubleScore,
  604.     id_SET_Digressive,            id_SET_PurgeFlag,
  605.     id_SET_NUMBEHSETFNS
  606. };
  607.  
  608. enum InteractorSetParamFnIDs {
  609.     id_SET_InteractorName, id_SET_ActiveState, 
  610.     id_SET_NUMINTSETFNS
  611. };
  612.  
  613. enum KeyMonitorModes {
  614.     id_MON_DriveYerGuy, id_MON_GoalieCtrl, id_MON_ArcadeStyle,
  615.     id_MON_NUMMONMODES
  616. }; 
  617.  
  618. enum SoundTypes { 
  619.     id_STP_Hit,        id_STP_Catch,        id_STP_Shoot,    id_STP_Cheers,    id_STP_Boos, 
  620.     id_STP_Grunts,    id_STP_Landings,    id_STP_Brake,    id_STP_Attack,    id_STP_AncScore, 
  621.     id_STP_AncHit,    id_STP_AncShoot,    id_STP_Bounce,  id_STP_RokScore,id_STP_Turnstile, 
  622.     id_STP_NUMSNDTYPES
  623. };
  624.  
  625. enum Pronouns {
  626.     id_PRN_Me,                 id_PRN_MyTeammate,        id_PRN_MyLeadOpponent,        id_PRN_MyOtherOpponent,
  627.     id_PRN_MyGoal,            id_PRN_MyGoalSide,         id_PRN_MyGoalZone,            id_PRN_OpponentsGoal,    
  628.     id_PRN_OppnGoalSide,    id_PRN_OppnGoalZone,    id_PRN_MyCollisionBub,        id_PRN_MyLeadOppnCollBub,
  629.     id_PRN_MyOtherOppnCollBub, id_PRN_MyBackDefWgPos,id_PRN_MyGoalPos,             //id_PRN_MyERcvPos,
  630.  
  631.     //The following three Viewowner pronouns have runtime resolution by keeping the hiword flagged in the instruction and having 
  632.     // the called viewman enabled instruction figure out who owns the view at runtime.        
  633.     id_PRN_ViewOwner,         id_PRN_ViewOwnersGoal,        id_PRN_ViewOwnersTeammate,
  634.  
  635.     id_PRN_RokCarrier,        id_PRN_RokCarrierCOB,
  636.  
  637.     id_PRN_MyDragStartPos,    
  638.     
  639.     id_PRN_LastRokCarrier,  id_PRN_PrevRokCarrier,        id_PRN_MyAwarenessBub, 
  640.     id_PRN_NonRokCarryingOppn,
  641.     
  642.     id_PRN_ViewOnrsOppn1,     id_PRN_ViewOnrsOppn2,     
  643.     id_PRN_ViewOwnerCOB,     id_PRN_ViewOnrsOppn1COB,  id_PRN_ViewOnrsOppn2COB,
  644.     id_PRN_WatchedObject,    id_PRN_VwOwnrOppnGoalie,  
  645.  
  646.     id_PRN_MyBodyBubble,    id_PRN_LeadOppnBodyBub,
  647.     id_PRN_OtherOppnBodyBub, 
  648.     id_PRN_MyGoalie,         id_PRN_MyLeadTeammate, 
  649.     id_PRN_TrackedObject,     id_PRN_TrackedObjsTeammate,
  650.     id_PRN_VwOwnrAwarnsBub, id_PRN_VwOwnrsOppnGoal,
  651.  
  652.     id_PRN_ThisMultiplierCOB,    id_PRN_ThisTurnstileCOB,    id_PRN_ThisLimboPoleCOB,    
  653.     id_PRN_ThisLaserHurdleCOB,    id_PRN_ThisFastLaneCOB,        id_PRN_ThisExplosionCOB,    
  654.     id_PRN_ThisHurdleCOB,        id_PRN_ThisGreenRandomizerCOB,id_PRN_ThisRedRandomizerCOB,
  655.     id_PRN_ThisRampCOB,            id_PRN_MyTeammatesCOB,        id_PRN_ThisArmoryCOB,
  656.     id_PRN_ThisSlowLaneCOB,        id_PRN_ThisMineCOB,            id_PRN_ThisSwarfCOB,
  657.  
  658.     id_PRN_ThisBodyPartCOB,
  659.  
  660.     id_PRN_NUMPRONOUNS 
  661. };
  662.  
  663. #endif
  664.