hi i was wondering if a good scripter could help me on this.
i would like a script for Kotor 1 that makes a NPC vanish. just completely stop exsisting In Game.
Any help would be Greatly Help
H1-5
Here! I hope this helps! ;)
void main()
{
object oNPC = GetObjectByTag("YOUR_TAG_HERE");
DestroyObject(oNPC, 0.2f, FALSE, 0.2f);
}
Thanks il go try it out in game