Jump to content

CS HELP


dreth

Recommended Posts

I've checked out the wiki and all the tutorials I can find but I still don't know how to make NPCs fallow a path grid in a cell or how to assign a path grid to a specific NPC :( . Any help would be greatly appreciated.
Link to comment
Share on other sites

  Dreth the Dragon Slayer said:
I've checked out the wiki and all the tutorials I can find but I still don't know how to make NPCs fallow a path grid in a cell or how to assign a path grid to a specific NPC :( . Any help would be greatly appreciated.

 

Pathgrids aren't exclusive to a single NPC, and setting a pathgrid doesn't mean an NPC will use it. Pathgrids are basically routes between their current location, and a given target that an NPC will take to avoid walking into walls, or objects. In order to move an NPC from point A (their current location) to point B (an object or something you want them to interact with) you need to create a package, then give that NPC that package either through the CS, or through scripting. You should however take note of the conditions for that package (time of day, day of week/year), as well as functional conditions (getdistance, getstage, getdisp, ect) so that that package only runs when you want it to.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...