home *** CD-ROM | disk | FTP | other *** search
/ Quaaake Level & Editor 2 / Quaaake_2.iso / Quake / cujo12 / SOURCE.ZIP / CLIENT.QC next >
Encoding:
Text File  |  1996-10-22  |  33.1 KB  |  1,456 lines

  1.  
  2. // prototypes
  3. void () W_WeaponFrame;
  4. void() W_SetCurrentAmmo;
  5. void() player_pain;
  6. void() player_stand1;
  7. void (vector org) spawn_tfog;
  8. void (vector org, entity death_owner) spawn_tdeath;
  9.  
  10. float    modelindex_eyes, modelindex_player;
  11.  
  12. /*
  13. =============================================================================
  14.  
  15.                 LEVEL CHANGING / INTERMISSION
  16.  
  17. =============================================================================
  18. */
  19.  
  20. float    intermission_running;
  21. float    intermission_exittime;
  22.  
  23. /*QUAKED info_intermission (1 0.5 0.5) (-16 -16 -16) (16 16 16)
  24. This is the camera point for the intermission.
  25. Use mangle instead of angle, so you can set pitch or roll as well as yaw.  'pitch roll yaw'
  26. */
  27. void() info_intermission =
  28. {
  29. };
  30.  
  31.  
  32.  
  33. void() SetChangeParms =
  34. {
  35. // remove items
  36.     self.items = self.items - (self.items & 
  37.     (IT_KEY1 | IT_KEY2 | IT_INVISIBILITY | IT_INVULNERABILITY | IT_SUIT | IT_QUAD) );
  38.     
  39. // cap super health
  40.     if (self.health > 100)
  41.         self.health = 100;
  42.     if (self.health < 50)
  43.         self.health = 50;
  44.     parm1 = self.items;
  45.     parm2 = self.health;
  46.     parm3 = self.armorvalue;
  47.     if (self.ammo_shells < 25)
  48.         parm4 = 25;
  49.     else
  50.         parm4 = self.ammo_shells;
  51.     parm5 = self.ammo_nails;
  52.     parm6 = self.ammo_rockets;
  53.     parm7 = self.ammo_cells;
  54.     parm8 = self.weapon;
  55.     parm9 = self.armortype * 100;
  56. };
  57.  
  58. void() SetNewParms =
  59. {
  60.     parm1 = IT_SHOTGUN | IT_AXE;
  61.     parm2 = 100;
  62.     parm3 = 0;
  63.     parm4 = 25;
  64.     parm5 = 0;
  65.     parm6 = 0;
  66.     parm6 = 0;
  67.     parm8 = 1;
  68.     parm9 = 0;
  69. };
  70.  
  71. void() DecodeLevelParms =
  72. {
  73.     if (serverflags)
  74.     {
  75.         if (world.model == "maps/start.bsp")
  76.             SetNewParms ();        // take away all stuff on starting new episode
  77.     }
  78.     
  79.     self.items = parm1;
  80.     self.health = parm2;
  81.     self.armorvalue = parm3;
  82.     self.ammo_shells = parm4;
  83.     self.ammo_nails = parm5;
  84.     self.ammo_rockets = parm6;
  85.     self.ammo_cells = parm7;
  86.     self.weapon = parm8;
  87.     self.armortype = parm9 * 0.01;
  88. };
  89.  
  90. /*
  91. ============
  92. FindIntermission
  93.  
  94. Returns the entity to view from
  95. ============
  96. */
  97. entity() FindIntermission =
  98. {
  99.     local    entity spot;
  100.     local    float cyc;
  101.  
  102. // look for info_intermission first
  103.     spot = find (world, classname, "info_intermission");
  104.     if (spot)
  105.     {    // pick a random one
  106.         cyc = random() * 4;
  107.         while (cyc > 1)
  108.         {
  109.             spot = find (spot, classname, "info_intermission");
  110.             if (!spot)
  111.                 spot = find (spot, classname, "info_intermission");
  112.             cyc = cyc - 1;
  113.         }
  114.         return spot;
  115.     }
  116.  
  117. // then look for the start position
  118.     spot = find (world, classname, "info_player_start");
  119.     if (spot)
  120.         return spot;
  121.     
  122. // testinfo_player_start is only found in regioned levels
  123.     spot = find (world, classname, "testplayerstart");
  124.     if (spot)
  125.         return spot;
  126.     
  127.     objerror ("FindIntermission: no spot");
  128. };
  129.  
  130.  
  131. string nextmap;
  132. void() GotoNextMap =
  133. {
  134.     if (cvar("samelevel"))    // if samelevel is set, stay on same level
  135.         changelevel (mapname);
  136.     else
  137.         changelevel (nextmap);
  138. };
  139.  
  140.  
  141. void() ExitIntermission =
  142. {
  143. // skip any text in deathmatch
  144.     if (deathmatch)
  145.     {
  146.         GotoNextMap ();
  147.         return;
  148.     }
  149.     
  150.     intermission_exittime = time + 1;
  151.     intermission_running = intermission_running + 1;
  152.  
  153. //
  154. // run some text if at the end of an episode
  155. //
  156.     if (intermission_running == 2)
  157.     {
  158.         if (world.model == "maps/e1m7.bsp")
  159.         {
  160.             WriteByte (MSG_ALL, SVC_CDTRACK);
  161.             WriteByte (MSG_ALL, 2);
  162.             WriteByte (MSG_ALL, 3);
  163.             if (!cvar("registered"))
  164.             {
  165.                 WriteByte (MSG_ALL, SVC_FINALE);
  166.                 WriteString (MSG_ALL, "As the corpse of the monstrous entity\nChthon sinks back into the lava whence\nit rose, you grip the Rune of Earth\nMagic tightly. Now that you have\nconquered the Dimension of the Doomed,\nrealm of Earth Magic, you are ready to\ncomplete your task in the other three\nhaunted lands of Quake. Or are you? If\nyou don't register Quake, you'll never\nknow what awaits you in the Realm of\nBlack Magic, the Netherworld, and the\nElder World!");
  167.             }
  168.             else
  169.             {
  170.                 WriteByte (MSG_ALL, SVC_FINALE);
  171.                 WriteString (MSG_ALL, "As the corpse of the monstrous entity\nChthon sinks back into the lava whence\nit rose, you grip the Rune of Earth\nMagic tightly. Now that you have\nconquered the Dimension of the Doomed,\nrealm of Earth Magic, you are ready to\ncomplete your task. A Rune of magic\npower lies at the end of each haunted\nland of Quake. Go forth, seek the\ntotality of the four Runes!");
  172.             }
  173.             return;
  174.         }
  175.         else if (world.model == "maps/e2m6.bsp")
  176.         {
  177.             WriteByte (MSG_ALL, SVC_CDTRACK);
  178.             WriteByte (MSG_ALL, 2);
  179.             WriteByte (MSG_ALL, 3);
  180.  
  181.             WriteByte (MSG_ALL, SVC_FINALE);
  182.             WriteString (MSG_ALL, "The Rune of Black Magic throbs evilly in\nyour hand and whispers dark thoughts\ninto your brain. You learn the inmost\nlore of the Hell-Mother; Shub-Niggurath!\nYou now know that she is behind all the\nterrible plotting which has led to so\nmuch death and horror. But she is not\ninviolate! Armed with this Rune, you\nrealize that once all four Runes are\ncombined, the gate to Shub-Niggurath's\nPit will open, and you can face the\nWitch-Goddess herself in her frightful\notherworld cathedral.");
  183.             return;
  184.         }
  185.         else if (world.model == "maps/e3m6.bsp")
  186.         {
  187.             WriteByte (MSG_ALL, SVC_CDTRACK);
  188.             WriteByte (MSG_ALL, 2);
  189.             WriteByte (MSG_ALL, 3);
  190.  
  191.             WriteByte (MSG_ALL, SVC_FINALE);
  192.             WriteString (MSG_ALL, "The charred viscera of diabolic horrors\nbubble viscously as you seize the Rune\nof Hell Magic. Its heat scorches your\nhand, and its terrible secrets blight\nyour mind. Gathering the shreds of your\ncourage, you shake the devil's shackles\nfrom your soul, and become ever more\nhard and determined to destroy the\nhideous creatures whose mere existence\nthreatens the souls and psyches of all\nthe population of Earth.");
  193.             return;
  194.         }
  195.         else if (world.model == "maps/e4m7.bsp")
  196.         {
  197.             WriteByte (MSG_ALL, SVC_CDTRACK);
  198.             WriteByte (MSG_ALL, 2);
  199.             WriteByte (MSG_ALL, 3);
  200.  
  201.             WriteByte (MSG_ALL, SVC_FINALE);
  202.             WriteString (MSG_ALL, "Despite the awful might of the Elder\nWorld, you have achieved the Rune of\nElder Magic, capstone of all types of\narcane wisdom. Beyond good and evil,\nbeyond life and death, the Rune\npulsates, heavy with import. Patient and\npotent, the Elder Being Shub-Niggurath\nweaves her dire plans to clear off all\nlife from the Earth, and bring her own\nfoul offspring to our world! For all the\ndwellers in these nightmare dimensions\nare her descendants! Once all Runes of\nmagic power are united, the energy\nbehind them will blast open the Gateway\nto Shub-Niggurath, and you can travel\nthere to foil the Hell-Mother's plots\nin person.");
  203.             return;
  204.         }
  205.  
  206.         GotoNextMap();
  207.     }
  208.     
  209.     if (intermission_running == 3)
  210.     {
  211.         if (!cvar("registered"))
  212.         {    // shareware episode has been completed, go to sell screen
  213.             WriteByte (MSG_ALL, SVC_SELLSCREEN);
  214.             return;
  215.         }
  216.         
  217.         if ( (serverflags&15) == 15)
  218.         {
  219.             WriteByte (MSG_ALL, SVC_FINALE);
  220.             WriteString (MSG_ALL, "Now, you have all four Runes. You sense\ntremendous invisible forces moving to\nunseal ancient barriers. Shub-Niggurath\nhad hoped to use the Runes Herself to\nclear off the Earth, but now instead,\nyou will use them to enter her home and\nconfront her as an avatar of avenging\nEarth-life. If you defeat her, you will\nbe remembered forever as the savior of\nthe planet. If she conquers, it will be\nas if you had never been born.");
  221.             return;
  222.         }
  223.         
  224.     }
  225.  
  226.     GotoNextMap();
  227. };
  228.  
  229. /*
  230. ============
  231. IntermissionThink
  232.  
  233. When the player presses attack or jump, change to the next level
  234. ============
  235. */
  236. void() IntermissionThink =
  237. {
  238.     if (time < intermission_exittime)
  239.         return;
  240.  
  241.     if (!self.button0 && !self.button1 && !self.button2)
  242.         return;
  243.     
  244.     ExitIntermission ();
  245. };
  246.  
  247. void() execute_changelevel =
  248. {
  249.     local entity    pos;
  250.  
  251.     intermission_running = 1;
  252.     
  253. // enforce a wait time before allowing changelevel
  254.     if (deathmatch)
  255.         intermission_exittime = time + 5;
  256.     else
  257.         intermission_exittime = time + 2;
  258.  
  259.     WriteByte (MSG_ALL, SVC_CDTRACK);
  260.     WriteByte (MSG_ALL, 3);
  261.     WriteByte (MSG_ALL, 3);
  262.     
  263.     pos = FindIntermission ();
  264.  
  265.     other = find (world, classname, "player");
  266.     while (other != world)
  267.     {
  268.         other.view_ofs = '0 0 0';
  269.         other.angles = other.v_angle = pos.mangle;
  270.         other.fixangle = TRUE;        // turn this way immediately
  271.         other.nextthink = time + 0.5;
  272.         other.takedamage = DAMAGE_NO;
  273.         other.solid = SOLID_NOT;
  274.         other.movetype = MOVETYPE_NONE;
  275.         other.modelindex = 0;
  276.         setorigin (other, pos.origin);
  277.         other = find (other, classname, "player");
  278.     }    
  279.  
  280.     WriteByte (MSG_ALL, SVC_INTERMISSION);
  281. };
  282.  
  283.  
  284. void() changelevel_touch =
  285. {
  286.     local entity    pos;
  287.  
  288.     if (other.classname != "player")
  289.         return;
  290.  
  291.     if (cvar("noexit"))
  292.     {
  293.         T_Damage (other, self, self, 50000);
  294.         return;
  295.     }
  296.     bprint (other.netname);
  297.     bprint (" exited the level\n");
  298.     
  299.     nextmap = self.map;
  300.  
  301.     SUB_UseTargets ();
  302.  
  303.     if ( (self.spawnflags & 1) && (deathmatch == 0) )
  304.     {    // NO_INTERMISSION
  305.         GotoNextMap();
  306.         return;
  307.     }
  308.     
  309.     self.touch = SUB_Null;
  310.  
  311. // we can't move people right now, because touch functions are called
  312. // in the middle of C movement code, so set a think time to do it
  313.     self.think = execute_changelevel;
  314.     self.nextthink = time + 0.1;
  315. };
  316.  
  317. /*QUAKED trigger_changelevel (0.5 0.5 0.5) ? NO_INTERMISSION
  318. When the player touches this, he gets sent to the map listed in the "map"
  319. variable.  Unless the NO_INTERMISSION flag is set, the view will go to the
  320. info_intermission spot and display stats.
  321. */
  322. void() trigger_changelevel =
  323. {
  324.     if (!self.map)
  325.         objerror ("chagnelevel trigger doesn't have map");
  326.     
  327.     InitTrigger ();
  328.     self.touch = changelevel_touch;
  329. };
  330.  
  331.  
  332. /*
  333. =============================================================================
  334.  
  335.                 PLAYER GAME EDGE FUNCTIONS
  336.  
  337. =============================================================================
  338. */
  339.  
  340. void() set_suicide_frame;
  341.  
  342. // called by ClientKill and DeadThink
  343. void() respawn =
  344. {
  345.     if (coop)
  346.     {
  347.         // make a copy of the dead body for appearances sake
  348.         CopyToBodyQue (self);
  349.         // get the spawn parms as they were at level start
  350.         setspawnparms (self);
  351.         // respawn        
  352.         PutClientInServer ();
  353.     }
  354.     else if (deathmatch)
  355.     {
  356.         // make a copy of the dead body for appearances sake
  357.         CopyToBodyQue (self);
  358.         // set default spawn parms
  359.         SetNewParms ();
  360.         // respawn        
  361.         PutClientInServer ();
  362.     }
  363.     else
  364.     {    // restart the entire server
  365.         localcmd ("restart\n");
  366.     }
  367. };
  368.  
  369.  
  370. /*
  371. ============
  372. ClientKill
  373.  
  374. Player entered the suicide command
  375. ============
  376. */
  377. void() ClientKill =
  378. {
  379.     bprint (self.netname);
  380.     bprint (" suicides\n");
  381.     set_suicide_frame ();
  382.     self.modelindex = modelindex_player;
  383.     self.frags = self.frags - 2;    // extra penalty
  384.     respawn ();
  385. };
  386.  
  387. float(vector v) CheckSpawnPoint =
  388. {
  389.     return FALSE;
  390. };
  391.  
  392. /*
  393. ============
  394. SelectSpawnPoint
  395.  
  396. Returns the entity to spawn at
  397. ============
  398. */
  399. entity() SelectSpawnPoint =
  400. {
  401.     local    entity spot;
  402.     
  403. // testinfo_player_start is only found in regioned levels
  404.     spot = find (world, classname, "testplayerstart");
  405.     if (spot)
  406.         return spot;
  407.         
  408. // choose a info_player_deathmatch point
  409.     if (coop)
  410.     {
  411.         lastspawn = find(lastspawn, classname, "info_player_coop");
  412.         if (lastspawn == world)
  413.             lastspawn = find (lastspawn, classname, "info_player_start");
  414.         if (lastspawn != world)
  415.             return lastspawn;
  416.     }
  417.     else if (deathmatch)
  418.     {
  419.         lastspawn = find(lastspawn, classname, "info_player_deathmatch");
  420.         if (lastspawn == world)
  421.             lastspawn = find (lastspawn, classname, "info_player_deathmatch");
  422.         if (lastspawn != world)
  423.             return lastspawn;
  424.     }
  425.  
  426.     if (serverflags)
  427.     {    // return with a rune to start
  428.         spot = find (world, classname, "info_player_start2");
  429.         if (spot)
  430.             return spot;
  431.     }
  432.     
  433.     spot = find (world, classname, "info_player_start");
  434.     if (!spot)
  435.         error ("PutClientInServer: no info_player_start on level");
  436.     
  437.     return spot;
  438. };
  439.  
  440. /*
  441. ===========
  442. PutClientInServer
  443.  
  444. called each time a player is spawned
  445. ============
  446. */
  447. void() DecodeLevelParms;
  448. void() PlayerDie;
  449.  
  450.  
  451. void() PutClientInServer =
  452. {
  453.     local    entity spot;
  454.  
  455.     self.classname = "player";
  456.     self.health = 100;
  457.     self.takedamage = DAMAGE_AIM;
  458.     self.solid = SOLID_SLIDEBOX;
  459.     self.movetype = MOVETYPE_WALK;
  460.     self.show_hostile = 0;
  461.     self.max_health = 100;
  462.     self.flags = FL_CLIENT;
  463.     self.air_finished = time + 12;
  464.     self.dmg = 2;           // initial water damage
  465.     self.super_damage_finished = 0;
  466.     self.radsuit_finished = 0;
  467.     self.invisible_finished = 0;
  468.     self.invincible_finished = 0;
  469.     self.effects = 0;
  470.     self.invincible_time = 0;
  471.  
  472. /*╔══════════════════╗
  473.   ║                  ║
  474.   ║ Begin CUJO code: ║
  475.   ║                  ║
  476.   ╚══════════════════╝*/
  477.  
  478.     self.Cujo_flag = FALSE;
  479.  
  480. /*╔══════════════════╗
  481.   ║                  ║
  482.   ║  End CUJO Code   ║
  483.   ║                  ║
  484.   ╚══════════════════╝*/
  485.  
  486.     DecodeLevelParms ();
  487.  
  488.     W_SetCurrentAmmo ();
  489.  
  490.     self.attack_finished = time;
  491.     self.th_pain = player_pain;
  492.     self.th_die = PlayerDie;
  493.     
  494.     self.deadflag = DEAD_NO;
  495. // paustime is set by teleporters to keep the player from moving a while
  496.     self.pausetime = 0;
  497.     
  498.     spot = SelectSpawnPoint ();
  499.  
  500.     self.origin = spot.origin + '0 0 1';
  501.     self.angles = spot.angles;
  502.     self.fixangle = TRUE;        // turn this way immediately
  503.  
  504. // oh, this is a hack!
  505.     setmodel (self, "progs/eyes.mdl");
  506.     modelindex_eyes = self.modelindex;
  507.  
  508.     setmodel (self, "progs/player.mdl");
  509.     modelindex_player = self.modelindex;
  510.  
  511.     setsize (self, VEC_HULL_MIN, VEC_HULL_MAX);
  512.     
  513.     self.view_ofs = '0 0 22';
  514.  
  515.     player_stand1 ();
  516.     
  517.     if (deathmatch || coop)
  518.     {
  519.         makevectors(self.angles);
  520.         spawn_tfog (self.origin + v_forward*20);
  521.     }
  522.  
  523.     spawn_tdeath (self.origin, self);
  524. };
  525.  
  526.  
  527. /*
  528. =============================================================================
  529.  
  530.                 QUAKED FUNCTIONS
  531.  
  532. =============================================================================
  533. */
  534.  
  535.  
  536. /*QUAKED info_player_start (1 0 0) (-16 -16 -24) (16 16 24)
  537. The normal starting point for a level.
  538. */
  539. void() info_player_start =
  540. {
  541. };
  542.  
  543.  
  544. /*QUAKED info_player_start2 (1 0 0) (-16 -16 -24) (16 16 24)
  545. Only used on start map for the return point from an episode.
  546. */
  547. void() info_player_start2 =
  548. {
  549. };
  550.  
  551.  
  552. /*
  553. saved out by quaked in region mode
  554. */
  555. void() testplayerstart =
  556. {
  557. };
  558.  
  559. /*QUAKED info_player_deathmatch (1 0 1) (-16 -16 -24) (16 16 24)
  560. potential spawning position for deathmatch games
  561. */
  562. void() info_player_deathmatch =
  563. {
  564. };
  565.  
  566. /*QUAKED info_player_coop (1 0 1) (-16 -16 -24) (16 16 24)
  567. potential spawning position for coop games
  568. */
  569. void() info_player_coop =
  570. {
  571. };
  572.  
  573. /*
  574. ===============================================================================
  575.  
  576. RULES
  577.  
  578. ===============================================================================
  579. */
  580.  
  581. void(entity c) PrintClientScore =
  582. {
  583.     if (c.frags > -10 && c.frags < 0)
  584.         bprint (" ");
  585.     else if (c.frags >= 0)
  586.     {
  587.         if (c.frags < 100)
  588.             bprint (" ");
  589.         if (c.frags < 10)
  590.             bprint (" ");
  591.     }
  592.     bprint (ftos(c.frags));
  593.     bprint (" ");
  594.     bprint (c.netname);
  595.     bprint ("\n");
  596. };
  597.  
  598. void() DumpScore =
  599. {
  600.     local entity    e, sort, walk;
  601.  
  602.     if (world.chain)
  603.         error ("DumpScore: world.chain is set");
  604.  
  605. // build a sorted lis
  606.     e = find(world, classname, "player");
  607.     sort = world;
  608.     while (e)
  609.     {
  610.         if (!sort)
  611.         {
  612.             sort = e;
  613.             e.chain = world;
  614.         }
  615.         else
  616.         {
  617.             if (e.frags > sort.frags)
  618.             {
  619.                 e.chain = sort;
  620.                 sort = e;
  621.             }
  622.             else
  623.             {
  624.                 walk = sort;
  625.                 do
  626.                 {
  627.                     if (!walk.chain)
  628.                     {
  629.                         e.chain = world;
  630.                         walk.chain = e;
  631.                     }
  632.                     else if (walk.chain.frags < e.frags)
  633.                     {
  634.                         e.chain = walk.chain;
  635.                         walk.chain = e;
  636.                     }
  637.                     else
  638.                         walk = walk.chain;
  639.                 } while (walk.chain != e);
  640.             }
  641.         }
  642.         
  643.         e = find(e, classname, "player");
  644.     }
  645.  
  646. // print the list
  647.     
  648.     bprint ("\n");    
  649.     while (sort)
  650.     {
  651.         PrintClientScore (sort);
  652.         sort = sort.chain;
  653.     }
  654.     bprint ("\n");
  655. };
  656.  
  657. /*
  658. go to the next level for deathmatch
  659. */
  660. void() NextLevel =
  661. {
  662.     local entity o;
  663.  
  664. // find a trigger changelevel
  665.     o = find(world, classname, "trigger_changelevel");
  666.     if (!o || mapname == "start")
  667.     {    // go back to same map if no trigger_changelevel
  668.         o = spawn();
  669.         o.map = mapname;
  670.     }
  671.  
  672.     nextmap = o.map;
  673.     
  674.     if (o.nextthink < time)
  675.     {
  676.         o.think = execute_changelevel;
  677.         o.nextthink = time + 0.1;
  678.     }
  679. };
  680.  
  681. /*
  682. ============
  683. CheckRules
  684.  
  685. Exit deathmatch games upon conditions
  686. ============
  687. */
  688. void() CheckRules =
  689. {
  690.     local    float        timelimit;
  691.     local    float        fraglimit;
  692.     
  693.     if (gameover)    // someone else quit the game already
  694.         return;
  695.         
  696.     timelimit = cvar("timelimit") * 60;
  697.     fraglimit = cvar("fraglimit");
  698.     
  699.     if (timelimit && time >= timelimit)
  700.     {
  701. NextLevel ();
  702. /*
  703.         gameover = TRUE;
  704.         bprint ("\n\n\n==============================\n");
  705.         bprint ("game exited after ");
  706.         bprint (ftos(timelimit/60));
  707.         bprint (" minutes\n");
  708.         DumpScore ();
  709.         localcmd ("killserver\n");
  710. */
  711.         return;
  712.     }
  713.     
  714.     if (fraglimit && self.frags >= fraglimit)
  715.     {
  716. NextLevel ();
  717. /*
  718.         gameover = TRUE;
  719.         bprint ("\n\n\n==============================\n");
  720.         bprint ("game exited after ");
  721.         bprint (ftos(self.frags));
  722.         bprint (" frags\n");
  723.         DumpScore ();
  724.         localcmd ("killserver\n");
  725. */
  726.         return;
  727.     }    
  728. };
  729.  
  730. //============================================================================
  731.  
  732. void() PlayerDeathThink =
  733. {
  734.     local entity    old_self;
  735.     local float        forward;
  736.  
  737.     if ((self.flags & FL_ONGROUND))
  738.     {
  739.         forward = vlen (self.velocity);
  740.         forward = forward - 20;
  741.         if (forward <= 0)
  742.             self.velocity = '0 0 0';
  743.         else    
  744.             self.velocity = forward * normalize(self.velocity);
  745.     }
  746.  
  747. // wait for all buttons released
  748.     if (self.deadflag == DEAD_DEAD)
  749.     {
  750.         if (self.button2 || self.button1 || self.button0)
  751.             return;
  752.         self.deadflag = DEAD_RESPAWNABLE;
  753.         return;
  754.     }
  755.  
  756. // wait for any button down
  757.     if (!self.button2 && !self.button1 && !self.button0)
  758.         return;
  759.  
  760.     self.button0 = 0;
  761.     self.button1 = 0;
  762.     self.button2 = 0;
  763.     respawn();
  764. };
  765.  
  766.  
  767. void() PlayerJump =
  768. {
  769.     local vector start, end;
  770.     
  771.     if (self.flags & FL_WATERJUMP)
  772.         return;
  773.     
  774.     if (self.waterlevel >= 2)
  775.     {
  776.         if (self.watertype == CONTENT_WATER)
  777.             self.velocity_z = 100;
  778.         else if (self.watertype == CONTENT_SLIME)
  779.             self.velocity_z = 80;
  780.         else
  781.             self.velocity_z = 50;
  782.  
  783. // play swiming sound
  784.         if (self.swim_flag < time)
  785.         {
  786.             self.swim_flag = time + 1;
  787.             if (random() < 0.5)
  788.                 sound (self, CHAN_BODY, "misc/water1.wav", 1, ATTN_NORM);
  789.             else
  790.                 sound (self, CHAN_BODY, "misc/water2.wav", 1, ATTN_NORM);
  791.         }
  792.  
  793.         return;
  794.     }
  795.  
  796.     if (!(self.flags & FL_ONGROUND))
  797.         return;
  798.  
  799.     if ( !(self.flags & FL_JUMPRELEASED) )
  800.         return;        // don't pogo stick
  801.  
  802.     self.flags = self.flags - (self.flags & FL_JUMPRELEASED);
  803.  
  804.     self.flags = self.flags - FL_ONGROUND;    // don't stairwalk
  805.     
  806.     self.button2 = 0;
  807. // player jumping sound
  808.     sound (self, CHAN_BODY, "player/plyrjmp8.wav", 1, ATTN_NORM);
  809.     self.velocity_z = self.velocity_z + 270;
  810. };
  811.  
  812.  
  813. /*
  814. ===========
  815. WaterMove
  816.  
  817. ============
  818. */
  819. .float    dmgtime;
  820.  
  821. void() WaterMove =
  822. {
  823. //dprint (ftos(self.waterlevel));
  824.     if (self.movetype == MOVETYPE_NOCLIP)
  825.         return;
  826.     if (self.health < 0)
  827.         return;
  828.  
  829.     if (self.waterlevel != 3)
  830.     {
  831.         if (self.air_finished < time)
  832.             sound (self, CHAN_VOICE, "player/gasp2.wav", 1, ATTN_NORM);
  833.         else if (self.air_finished < time + 9)
  834.             sound (self, CHAN_VOICE, "player/gasp1.wav", 1, ATTN_NORM);
  835.         self.air_finished = time + 12;
  836.         self.dmg = 2;
  837.     }
  838.     else if (self.air_finished < time)
  839.     {    // drown!
  840.         if (self.pain_finished < time)
  841.         {
  842.             self.dmg = self.dmg + 2;
  843.             if (self.dmg > 15)
  844.                 self.dmg = 10;
  845.             T_Damage (self, world, world, self.dmg);
  846.             self.pain_finished = time + 1;
  847.         }
  848.     }
  849.     
  850.     if (!self.waterlevel)
  851.     {
  852.         if (self.flags & FL_INWATER)
  853.         {    
  854.             // play leave water sound
  855.             sound (self, CHAN_BODY, "misc/outwater.wav", 1, ATTN_NORM);
  856.             self.flags = self.flags - FL_INWATER;
  857.         }
  858.         return;
  859.     }
  860.  
  861.     if (self.watertype == CONTENT_LAVA)
  862.     {    // do damage
  863.         if (self.dmgtime < time)
  864.         {
  865.             if (self.radsuit_finished > time)
  866.                 self.dmgtime = time + 1;
  867.             else
  868.                 self.dmgtime = time + 0.2;
  869.  
  870.             T_Damage (self, world, world, 10*self.waterlevel);
  871.         }
  872.     }
  873.     else if (self.watertype == CONTENT_SLIME)
  874.     {    // do damage
  875.         if (self.dmgtime < time && self.radsuit_finished < time)
  876.         {
  877.             self.dmgtime = time + 1;
  878.             T_Damage (self, world, world, 4*self.waterlevel);
  879.         }
  880.     }
  881.     
  882.     if ( !(self.flags & FL_INWATER) )
  883.     {    
  884.  
  885. // player enter water sound
  886.  
  887.         if (self.watertype == CONTENT_LAVA)
  888.             sound (self, CHAN_BODY, "player/inlava.wav", 1, ATTN_NORM);
  889.         if (self.watertype == CONTENT_WATER)
  890.             sound (self, CHAN_BODY, "player/inh2o.wav", 1, ATTN_NORM);
  891.         if (self.watertype == CONTENT_SLIME)
  892.             sound (self, CHAN_BODY, "player/slimbrn2.wav", 1, ATTN_NORM);
  893.  
  894.         self.flags = self.flags + FL_INWATER;
  895.         self.dmgtime = 0;
  896.     }
  897.     
  898.     if (! (self.flags & FL_WATERJUMP) )
  899.         self.velocity = self.velocity - 0.8*self.waterlevel*frametime*self.velocity;
  900. };
  901.  
  902. void() CheckWaterJump =
  903. {
  904.     local vector start, end;
  905.  
  906. // check for a jump-out-of-water
  907.     makevectors (self.angles);
  908.     start = self.origin;
  909.     start_z = start_z + 8; 
  910.     v_forward_z = 0;
  911.     normalize(v_forward);
  912.     end = start + v_forward*24;
  913.     traceline (start, end, TRUE, self);
  914.     if (trace_fraction < 1)
  915.     {    // solid at waist
  916.         start_z = start_z + self.maxs_z - 8;
  917.         end = start + v_forward*24;
  918.         self.movedir = trace_plane_normal * -50;
  919.         traceline (start, end, TRUE, self);
  920.         if (trace_fraction == 1)
  921.         {    // open at eye level
  922.             self.flags = self.flags | FL_WATERJUMP;
  923.             self.velocity_z = 225;
  924.             self.flags = self.flags - (self.flags & FL_JUMPRELEASED);
  925.             self.teleport_time = time + 2;    // safety net
  926.             return;
  927.         }
  928.     }
  929. };
  930.  
  931.  
  932. /*
  933. ================
  934. PlayerPreThink
  935.  
  936. Called every frame before physics are run
  937. ================
  938. */
  939. void() PlayerPreThink =
  940. {
  941.     local    float    mspeed, aspeed;
  942.     local    float    r;
  943.  
  944.     if (intermission_running)
  945.     {
  946.         IntermissionThink ();    // otherwise a button could be missed between
  947.         return;                    // the think tics
  948.     }
  949.  
  950.     if (self.view_ofs == '0 0 0')
  951.         return;        // intermission or finale
  952.  
  953.     makevectors (self.v_angle);        // is this still used
  954.  
  955.     CheckRules ();
  956.     WaterMove ();
  957.  
  958.     if (self.waterlevel == 2)
  959.         CheckWaterJump ();
  960.  
  961.     if (self.deadflag >= DEAD_DEAD)
  962.     {
  963.         PlayerDeathThink ();
  964.         return;
  965.     }
  966.  
  967.     if (self.deadflag == DEAD_DYING)
  968.         return;    // dying, so do nothing
  969.  
  970.     if (self.button2)
  971.     {
  972.         PlayerJump ();
  973.     }
  974.     else
  975.         self.flags = self.flags | FL_JUMPRELEASED;
  976.  
  977. // teleporters can force a non-moving pause time
  978.     if (time < self.pausetime)
  979.         self.velocity = '0 0 0';
  980.  
  981. };
  982.  
  983. /*
  984. ================
  985. CheckPowerups
  986.  
  987. Check for turning off powerups
  988. ================
  989. */
  990. void() CheckPowerups =
  991. {
  992.     if (self.health <= 0)
  993.         return;
  994.  
  995. // invisibility
  996.     if (self.invisible_finished)
  997.     {
  998. // sound and screen flash when items starts to run out
  999.         if (self.invisible_sound < time)
  1000.         {
  1001.             sound (self, CHAN_AUTO, "items/inv3.wav", 0.5, ATTN_IDLE);
  1002.             self.invisible_sound = time + ((random() * 3) + 1);
  1003.         }
  1004.  
  1005.  
  1006.         if (self.invisible_finished < time + 3)
  1007.         {
  1008.             if (self.invisible_time == 1)
  1009.             {
  1010.                 sprint (self, "Ring of Shadows magic is fading\n");
  1011.                 stuffcmd (self, "bf\n");
  1012.                 sound (self, CHAN_AUTO, "items/inv2.wav", 1, ATTN_NORM);
  1013.                 self.invisible_time = time + 1;
  1014.             }
  1015.             
  1016.             if (self.invisible_time < time)
  1017.             {
  1018.                 self.invisible_time = time + 1;
  1019.                 stuffcmd (self, "bf\n");
  1020.             }
  1021.         }
  1022.  
  1023.         if (self.invisible_finished < time)
  1024.         {    // just stopped
  1025.             self.items = self.items - IT_INVISIBILITY;
  1026.             self.invisible_finished = 0;
  1027.             self.invisible_time = 0;
  1028.         }
  1029.         
  1030.     // use the eyes
  1031.         self.frame = 0;
  1032.         self.modelindex = modelindex_eyes;
  1033.     }
  1034.     else
  1035.         self.modelindex = modelindex_player;    // don't use eyes
  1036.  
  1037. // invincibility
  1038.     if (self.invincible_finished)
  1039.     {
  1040. // sound and screen flash when items starts to run out
  1041.         if (self.invincible_finished < time + 3)
  1042.         {
  1043.             if (self.invincible_time == 1)
  1044.             {
  1045.                 sprint (self, "Protection is almost burned out\n");
  1046.                 stuffcmd (self, "bf\n");
  1047.                 sound (self, CHAN_AUTO, "items/protect2.wav", 1, ATTN_NORM);
  1048.                 self.invincible_time = time + 1;
  1049.             }
  1050.             
  1051.             if (self.invincible_time < time)
  1052.             {
  1053.                 self.invincible_time = time + 1;
  1054.                 stuffcmd (self, "bf\n");
  1055.             }
  1056.         }
  1057.         
  1058.         if (self.invincible_finished < time)
  1059.         {    // just stopped
  1060.             self.items = self.items - IT_INVULNERABILITY;
  1061.             self.invincible_time = 0;
  1062.             self.invincible_finished = 0;
  1063.         }
  1064.         if (self.invincible_finished > time)
  1065.             self.effects = self.effects | EF_DIMLIGHT;
  1066.         else
  1067.             self.effects = self.effects - (self.effects & EF_DIMLIGHT);
  1068.     }
  1069.  
  1070. // super damage
  1071.     if (self.super_damage_finished)
  1072.     {
  1073.  
  1074. // sound and screen flash when items starts to run out
  1075.  
  1076.         if (self.super_damage_finished < time + 3)
  1077.         {
  1078.             if (self.super_time == 1)
  1079.             {
  1080.                 sprint (self, "Quad Damage is wearing off\n");
  1081.                 stuffcmd (self, "bf\n");
  1082.                 sound (self, CHAN_AUTO, "items/damage2.wav", 1, ATTN_NORM);
  1083.                 self.super_time = time + 1;
  1084.             }      
  1085.             
  1086.             if (self.super_time < time)
  1087.             {
  1088.                 self.super_time = time + 1;
  1089.                 stuffcmd (self, "bf\n");
  1090.             }
  1091.         }
  1092.  
  1093.         if (self.super_damage_finished < time)
  1094.         {    // just stopped
  1095.             self.items = self.items - IT_QUAD;
  1096.             self.super_damage_finished = 0;
  1097.             self.super_time = 0;
  1098.         }
  1099.         if (self.super_damage_finished > time)
  1100.             self.effects = self.effects | EF_DIMLIGHT;
  1101.         else
  1102.             self.effects = self.effects - (self.effects & EF_DIMLIGHT);
  1103.     }    
  1104.  
  1105. // suit    
  1106.     if (self.radsuit_finished)
  1107.     {
  1108.         self.air_finished = time + 12;        // don't drown
  1109.  
  1110. // sound and screen flash when items starts to run out
  1111.         if (self.radsuit_finished < time + 3)
  1112.         {
  1113.             if (self.rad_time == 1)
  1114.             {
  1115.                 sprint (self, "Air supply in Biosuit expiring\n");
  1116.                 stuffcmd (self, "bf\n");
  1117.                 sound (self, CHAN_AUTO, "items/suit2.wav", 1, ATTN_NORM);
  1118.                 self.rad_time = time + 1;
  1119.             }
  1120.             
  1121.             if (self.rad_time < time)
  1122.             {
  1123.                 self.rad_time = time + 1;
  1124.                 stuffcmd (self, "bf\n");
  1125.             }
  1126.         }
  1127.  
  1128.         if (self.radsuit_finished < time)
  1129.         {    // just stopped
  1130.             self.items = self.items - IT_SUIT;
  1131.             self.rad_time = 0;
  1132.             self.radsuit_finished = 0;
  1133.         }
  1134.     }    
  1135.  
  1136. };
  1137.  
  1138.  
  1139. /*
  1140. ================
  1141. PlayerPostThink
  1142.  
  1143. Called every frame after physics are run
  1144. ================
  1145. */
  1146. void() PlayerPostThink =
  1147. {
  1148.     local    float    mspeed, aspeed;
  1149.     local    float    r;
  1150.  
  1151.     if (self.view_ofs == '0 0 0')
  1152.         return;        // intermission or finale
  1153.     if (self.deadflag)
  1154.         return;
  1155.         
  1156. // do weapon stuff
  1157.  
  1158.     W_WeaponFrame ();
  1159.  
  1160. // check to see if player landed and play landing sound
  1161.     if ((self.jump_flag < -300) && (self.flags & FL_ONGROUND) && (self.health > 0))
  1162.     {
  1163.         if (self.watertype == CONTENT_WATER)
  1164.             sound (self, CHAN_BODY, "player/h2ojump.wav", 1, ATTN_NORM);
  1165.         else if (self.jump_flag < -650)
  1166.         {
  1167.             T_Damage (self, world, world, 5);
  1168.             sound (self, CHAN_VOICE, "player/land2.wav", 1, ATTN_NORM);
  1169.             self.deathtype = "falling";
  1170.         }
  1171.         else
  1172.             sound (self, CHAN_VOICE, "player/land.wav", 1, ATTN_NORM);
  1173.  
  1174.         self.jump_flag = 0;
  1175.     }
  1176.  
  1177.     if (!(self.flags & FL_ONGROUND))
  1178.         self.jump_flag = self.velocity_z;
  1179.  
  1180.     CheckPowerups ();
  1181. };
  1182.  
  1183.  
  1184. /*
  1185. ===========
  1186. ClientConnect
  1187.  
  1188. called when a player connects to a server
  1189. ============
  1190. */
  1191. void() ClientConnect =
  1192. {
  1193.     bprint (self.netname);
  1194.     bprint (" entered the game\n");
  1195.     
  1196. // a client connecting during an intermission can cause problems
  1197.     if (intermission_running)
  1198.         ExitIntermission ();
  1199. };
  1200.  
  1201.  
  1202. /*
  1203. ===========
  1204. ClientDisconnect
  1205.  
  1206. called when a player disconnects from a server
  1207. ============
  1208. */
  1209. void() ClientDisconnect =
  1210. {
  1211.     if (gameover)
  1212.         return;
  1213.     // if the level end trigger has been activated, just return
  1214.     // since they aren't *really* leaving
  1215.  
  1216.     // let everyone else know
  1217.     bprint (self.netname);
  1218.     bprint (" left the game with ");
  1219.     bprint (ftos(self.frags));
  1220.     bprint (" frags\n");
  1221.     sound (self, CHAN_BODY, "player/tornoff2.wav", 1, ATTN_NONE);
  1222.     set_suicide_frame ();
  1223. };
  1224.  
  1225. /*
  1226. ===========
  1227. ClientObituary
  1228.  
  1229. called when a player dies
  1230. ============
  1231. */
  1232. void(entity targ, entity attacker) ClientObituary =
  1233. {
  1234.     local    float rnum;
  1235.     local    string deathstring, deathstring2;
  1236.     rnum = random();
  1237.  
  1238.     if (targ.classname == "player")
  1239.     {
  1240.         if (attacker.classname == "teledeath")
  1241.         {
  1242.             bprint (targ.netname);
  1243.             bprint (" was telefragged by ");
  1244.             bprint (attacker.owner.netname);
  1245.             bprint ("\n");
  1246.  
  1247.             attacker.owner.frags = attacker.owner.frags + 1;
  1248.             return;
  1249.         }
  1250.  
  1251.         if (attacker.classname == "teledeath2")
  1252.         {
  1253.             bprint ("Satan's power deflects ");
  1254.             bprint (targ.netname);
  1255.             bprint ("'s telefrag\n");
  1256.  
  1257.             targ.frags = targ.frags - 1;
  1258.             return;
  1259.         }
  1260.  
  1261.         if (attacker.classname == "player")
  1262.         {
  1263.             if (targ == attacker)
  1264.             {
  1265.                 // killed self
  1266.                 attacker.frags = attacker.frags - 1;
  1267.                 bprint (targ.netname);
  1268.                 
  1269.                 if (targ.weapon == 64 && targ.waterlevel > 1)
  1270.                 {
  1271.                     bprint (" discharges into the water.\n");
  1272.                     return;
  1273.                 }
  1274.                 if (targ.weapon == 16)
  1275.                     bprint (" tries to put the pin back in\n");
  1276.                 else if (rnum)
  1277.                     bprint (" becomes bored with life\n");
  1278.                 else
  1279.                     bprint (" checks if his weapon is loaded\n");
  1280.                 return;
  1281.             }
  1282.             else
  1283.             {
  1284.                 attacker.frags = attacker.frags + 1;
  1285.  
  1286.                 rnum = attacker.weapon;
  1287.                 if (rnum == IT_AXE)
  1288.                 {
  1289.                     deathstring = " was ax-murdered by ";
  1290.                     deathstring2 = "\n";
  1291.                 }
  1292.                 if (rnum == IT_SHOTGUN)
  1293.                 {
  1294.                     deathstring = " chewed on ";
  1295.                     deathstring2 = "'s boomstick\n";
  1296.                 }
  1297.                 if (rnum == IT_SUPER_SHOTGUN)
  1298.                 {
  1299.                     deathstring = " ate 2 loads of ";
  1300.                     deathstring2 = "'s buckshot\n";
  1301.                 }
  1302.                 if (rnum == IT_NAILGUN)
  1303.                 {
  1304.                     deathstring = " was nailed by ";
  1305.                     deathstring2 = "\n";
  1306.                 }
  1307.                 if (rnum == IT_SUPER_NAILGUN)
  1308.                 {
  1309.                     deathstring = " was punctured by ";
  1310.                     deathstring2 = "\n";
  1311.                 }
  1312.                 if (rnum == IT_GRENADE_LAUNCHER)
  1313.                 {
  1314.                     deathstring = " eats ";
  1315.                     deathstring2 = "'s pineapple\n";
  1316.                     if (targ.health < -40)
  1317.                     {
  1318.                         deathstring = " was gibbed by ";
  1319.                         deathstring2 = "'s grenade\n";
  1320.                     }
  1321.                 }
  1322.                 if (rnum == IT_ROCKET_LAUNCHER)
  1323.                 {
  1324.                     deathstring = " rides ";
  1325.                     deathstring2 = "'s rocket\n";
  1326.                     if (targ.health < -40)
  1327.                     {
  1328.                         deathstring = " was gibbed by ";
  1329.                         deathstring2 = "'s rocket\n" ;
  1330.                     }
  1331.                 }
  1332.                 if (rnum == IT_LIGHTNING)
  1333.                 {
  1334.                     deathstring = " accepts ";
  1335.                     if (attacker.waterlevel > 1)
  1336.                         deathstring2 = "'s discharge\n";
  1337.                     else
  1338.                         deathstring2 = "'s shaft\n";
  1339.                 }
  1340.                 bprint (targ.netname);
  1341.                 bprint (deathstring);
  1342.                 bprint (attacker.netname);
  1343.                 bprint (deathstring2);
  1344.             }
  1345.             return;
  1346.         }
  1347.         else
  1348.         {
  1349.             targ.frags = targ.frags - 1;        // killed self
  1350.             rnum = targ.watertype;
  1351.  
  1352.             bprint (targ.netname);
  1353.             if (rnum == -3)
  1354.             {
  1355.                 if (random() < 0.5)
  1356.                     bprint (" sleeps with the fishes\n");
  1357.                 else
  1358.                     bprint (" sucks it down\n");
  1359.                 return;
  1360.             }
  1361.             else if (rnum == -4)
  1362.             {
  1363.                 if (random() < 0.5)
  1364.                     bprint (" gulped a load of slime\n");
  1365.                 else
  1366.                     bprint (" can't exist on slime alone\n");
  1367.                 return;
  1368.             }
  1369.             else if (rnum == -5)
  1370.             {
  1371.                 if (targ.health < -15)
  1372.                 {
  1373.                     bprint (" burst into flames\n");
  1374.                     return;
  1375.                 }
  1376.                 if (random() < 0.5)
  1377.                     bprint (" turned into hot slag\n");
  1378.                 else
  1379.                     bprint (" visits the Volcano God\n");
  1380.                 return;
  1381.             }
  1382.  
  1383.             if (attacker.flags & FL_MONSTER)
  1384.             {
  1385.                 if (attacker.classname == "monster_army")
  1386.                     bprint (" was shot by a Grunt\n");
  1387.                 if (attacker.classname == "monster_demon1")
  1388.                     bprint (" was eviscerated by a Fiend\n");
  1389.                 if (attacker.classname == "monster_dog")
  1390.                     bprint (" was mauled by a Rottweiler\n");
  1391.                 if (attacker.classname == "monster_dragon")
  1392.                     bprint (" was fried by a Dragon\n");
  1393.                 if (attacker.classname == "monster_enforcer")
  1394.                     bprint (" was blasted by an Enforcer\n");
  1395.                 if (attacker.classname == "monster_fish")
  1396.                     bprint (" was fed to the Rotfish\n");
  1397.                 if (attacker.classname == "monster_hell_knight")
  1398.                     bprint (" was slain by a Death Knight\n");
  1399.                 if (attacker.classname == "monster_knight")
  1400.                     bprint (" was slashed by a Knight\n");
  1401.                 if (attacker.classname == "monster_ogre")
  1402.                     bprint (" was destroyed by an Ogre\n");
  1403.                 if (attacker.classname == "monster_oldone")
  1404.                     bprint (" became one with Shub-Niggurath\n");
  1405.                 if (attacker.classname == "monster_shalrath")
  1406.                     bprint (" was exploded by a Vore\n");
  1407.                 if (attacker.classname == "monster_shambler")
  1408.                     bprint (" was smashed by a Shambler\n");
  1409.                 if (attacker.classname == "monster_tarbaby")
  1410.                     bprint (" was slimed by a Spawn\n");
  1411.                 if (attacker.classname == "monster_vomit")
  1412.                     bprint (" was vomited on by a Vomitus\n");
  1413.                 if (attacker.classname == "monster_wizard")
  1414.                     bprint (" was scragged by a Scrag\n");
  1415.                 if (attacker.classname == "monster_zombie")
  1416.                     bprint (" joins the Zombies\n");
  1417.  
  1418.                 return;
  1419.             }
  1420.             if (attacker.classname == "explo_box")
  1421.             {
  1422.                 bprint (" blew up\n");
  1423.                 return;
  1424.             }
  1425.             if (attacker.solid == SOLID_BSP && attacker != world)
  1426.             {    
  1427.                 bprint (" was squished\n");
  1428.                 return;
  1429.             }
  1430.             if (targ.deathtype == "falling")
  1431.             {
  1432.                 targ.deathtype = "";
  1433.                 bprint (" fell to his death\n");
  1434.                 return;
  1435.             }
  1436.             if (attacker.classname == "trap_shooter" || attacker.classname == "trap_spikeshooter")
  1437.             {
  1438.                 bprint (" was spiked\n");
  1439.                 return;
  1440.             }
  1441.             if (attacker.classname == "fireball")
  1442.             {
  1443.                 bprint (" ate a lavaball\n");
  1444.                 return;
  1445.             }
  1446.             if (attacker.classname == "trigger_changelevel")
  1447.             {
  1448.                 bprint (" tried to leave\n");
  1449.                 return;
  1450.             }
  1451.  
  1452.             bprint (" died\n");
  1453.         }
  1454.     }
  1455. };
  1456.