Holty1-5 Posted February 5, 2010 Share Posted February 5, 2010 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 Link to comment Share on other sites More sharing options...
Istorian Posted February 5, 2010 Share Posted February 5, 2010 Here! I hope this helps! Show spoiler (hidden content - requires Javascript to show) void main() { object oNPC = GetObjectByTag("[color="Lime"]YOUR_TAG_HERE[/color]"); DestroyObject(oNPC, 0.2f, FALSE, 0.2f); } Link to comment Share on other sites More sharing options...
Holty1-5 Posted February 5, 2010 Author Share Posted February 5, 2010 Thanks il go try it out in game Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.