Search found 1 match
- Sun Apr 01, 2018 12:47 pm
- Forum: Dialogue System for Unity
- Topic: set Bool for NPC that is convinced to join my party
- Replies: 1
- Views: 254
set Bool for NPC that is convinced to join my party
hello, i write a simple party system for the npc of my game, they to follow me, help in fights,, i'm control these functions with a bool on the npc "inParty" so if inParty is true for a npc, it will disable the "conversation trigger" collider and they will follow me etc. i see th...