Quote:
Originally Posted by Kael'thas Solo
You need KotOR tool to make the NPC's template. Then you need to know the coordinates you want the new npc to spawn, then you'll need to create a script in KotOR tool, clicking on the big Txt button, like this one
Code:
void main()
{
CreateObject(OBJECT_TYPE_CREATURE, "creature_template", Location(Vector(0.00, 0.00, 0.00), 0.0));
}
Then save it as a file like "spawn_new_character.nss" (without the quotes, but you can name it whatever you like), set it as a script for K1 or K2 on the script function of the txt box. Then attatch the code to a dialogue file, or the more prefered method by allowing it to be an OnEnter script.
|
can someone explain this in a noobish form, im new to this...
also can somone please show me how to work the kotor tool in teamviewer (a screen sharing program) itd be alot easier