Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

[Help] Scripting h1-5

Page: 1 of 1
 Holty1-5
02-05-2010, 11:19 AM
#1
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
 Istorian
02-05-2010, 11:49 AM
#2
Here! I hope this helps! ;)

void main()
{

object oNPC = GetObjectByTag("YOUR_TAG_HERE");

DestroyObject(oNPC, 0.2f, FALSE, 0.2f);

}
 Holty1-5
02-05-2010, 11:59 AM
#3
Thanks il go try it out in game
Page: 1 of 1