Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Search results

From Quake Wiki

  • self.nextthink = time + (random() * 5); fireball.nextthink = time + 5;
    15 KB (1,782 words) - 12:50, 29 March 2013
  • // self.nextthink = time + nexttime; self.nextthink = time + 0.1;
    5 KB (680 words) - 13:09, 29 March 2013
  • missile.nextthink = time + 2.5; self.nextthink = self.nextthink + random()*0.2;}; // slight variation
    14 KB (1,857 words) - 13:11, 29 March 2013
  • pl.nextthink = time + 0.5; timer.nextthink = time + 1;
    9 KB (1,068 words) - 13:12, 29 March 2013
  • self.nextthink = self.ltime + 3; self.nextthink = self.ltime + 1; // delay going down
    8 KB (1,129 words) - 13:14, 29 March 2013
  • bubble.nextthink = time + 0.5; self.nextthink = time + 0.1;
    17 KB (2,069 words) - 13:17, 29 March 2013
  • missile.nextthink = flytime + time; self.nextthink = time + 0.2;
    8 KB (901 words) - 13:18, 29 March 2013
  • ...=[ $magic3, sham_magic4 ] {ai_face();self.nextthink = self.nextthink + 0.2; o.nextthink = time + 0.7;
    13 KB (1,461 words) - 13:19, 29 March 2013
  • calculate self.velocity and self.nextthink to reach dest from self.nextthink = self.ltime + 0.1;
    6 KB (793 words) - 13:24, 29 March 2013
  • self.nextthink = time + 0.1; self.nextthink = time + 0.1;
    7 KB (916 words) - 13:25, 29 March 2013
  • if (self.nextthink > time) self.nextthink = time + self.wait;
    14 KB (1,783 words) - 13:27, 29 March 2013
  • missile.nextthink = time + 1; missile.nextthink = time + 5;
    25 KB (2,983 words) - 13:29, 29 March 2013
  • missile.nextthink = time + 5; missile.nextthink = time + 0.6;
    11 KB (1,388 words) - 13:30, 29 March 2013
  • void() zombie_cruc2 = [ $cruc_2, zombie_cruc3 ] {self.nextthink = time + 0.1 + random()*0.1;}; void() zombie_cruc3 = [ $cruc_3, zombie_cruc4 ] {self.nextthink = time + 0.1 + random()*0.1;};
    20 KB (2,491 words) - 13:32, 29 March 2013
  • hunter.nextthink = time + 0.25; //Quarter second out, activate self.nextthink = time + 0.01; //Nextthink will be quick to avoid running into walls
    6 KB (832 words) - 22:55, 29 March 2018
  • hunter.nextthink = time + 0.25; //Quarter second out, activate self.nextthink = time + 0.01; //Nextthink will be quick to avoid running into walls
    6 KB (871 words) - 23:06, 29 March 2018
  • 21 KB (3,261 words) - 11:05, 2 August 2023
  • self.nextthink = time + 0.1; self.nextthink = time + 0.05; // Update at 20Hz instead of 10Hz
    17 KB (2,767 words) - 16:19, 2 August 2023

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)