Npc route
page kaz home lavatrici rex 7 kg link epson cartuccia stylus c84 simce inserisci annuncio codici rai absat fibre tessili nel sole al bano emancipare quinta estacion cartolina virtuali gratis allman srl auto importazione classifica degli uomini piu belli monta taurina foto delphi hauppauge wintv istituto ipsia varese campania singolo di colore like lovers do gerardo frisina lg cellulari 3 sony mini hifi terratec aureon space pooh la donna del mio amico assicurazione a verbania il serpente piumato bomb gack navigatore tom tom 5 sony vaio vgn-fs315h sony vaio desktop start e messenger net sfondi pc gatti duplicazioni cd puccini 70 aladino telefono spartiti john denver siemens portatili athens 2004 pc videogiochi mamme puttane crea video cellulare sharp condivisione connessione internet adsl gloryhole troie svedesi viva voce auto bluetooth edilizia prefabbricato buick lacrosse tournament polmoni tatuaggi vin diesel big mouthfuls blond goal champion s league gay teen gratis orari accesso terzi a mense ospedaliere obsesin fare qualcosa over the rainbow with scuole di estetica foto di addominoplastica driving force pro logitech jambo buana telefono con filo maialino neve profumo paco rabanne lanni www edhelper com pastor bullon ticino trasporti index guide didattica scuola dell infanzia donofrio s5n pentax guanti in nitrile trans x scitec nutrition attrici sex cuando sali de cuba cuffie e microfoni ferruccio tagliavini dance with u gayzone houston 500 fa che non index a message to you transenne trasporto mobile milano pinnacle moviebox usb v 9 www liderazgoymercadeo con club santa cristiana dbpoweramp music converter 11 raffaele palumbo lula 3d petite teen balli ebraici lighting blue skincrafter Template:Wrongtitle
The npc_route
console command is a debugging tool for debugging the route that an NPC is using to navigate to a target destination. The route consists of a set of waypoints. Waypoints are either an info_node entity placed by the level designer, or a dynamically generated point used to triangulate around an obstacle.
Example

An example of npc_route
in action. The npc_zombie is attempting to move from the right of the screen to the left (he is operating under the instruction of the npc_go command). The waypoints are represented by small squares, and the lines between the waypoints represent the route. Note the dynamic triangulation route built to avoid the barrel, represented by the cyan link.
Notes
The color of the route lines represent the type of route built from each waypoint to the next. The colors are as follows:
- Blue
- Standard path to the next waypoint.
- Cyan
- The path to a triangulation waypoint. These are dynamically generated by NPCs when they detect objects in their path, in an attempt to navigate around the obstacle.
- Red
- The NPC will perform a jump from this waypoint to the next.
- Maroon
- The final path to the destination point.
Usage
npc_route
- This will toggle the route display for the NPC under your crosshair, if any.
npc_route <entity index>
- This will toggle the route display for the NPC matching the specified entity index, if any.
npc_route <name>
- This will toggle the route display for all NPCs whose classname matches the specified name, or whose targetname matches the specified name.