Jump to content

Home

Well... I'm stuck...


Darth Kalverys

Recommended Posts

Ok... so I was going back through my old files of Dark Juhani... and well I added a Datapad, a Juhani's Sith Lightsaber, and a Juhani's Sith robe... but I can't put it on her on Kotor Tool, which means it won't show up in game unless you cheat it in... but I don't want to have to cheat it in the game, I want to add it to her corpse if you kill her... how can I do this?

Link to comment
Share on other sites

Ok... so I was going back through my old files of Dark Juhani... and well I added a Datapad, a Juhani's Sith Lightsaber, and a Juhani's Sith robe... but I can't put it on her on Kotor Tool, which means it won't show up in game unless you cheat it in... but I don't want to have to cheat it in the game, I want to add it to her corpse if you kill her... how can I do this?

 

You can use a script similar to this to get the items automatically when she dies:

 

void main() 
{
CreateItemOnObject("item_template", GetFirstPC());
}

 

I use identical names for both the tag and resref of my items. I think this script uses the resref. Add a new line for each item you want to add. Open her .utc file and put the name of her script in the OnDeath field in the Scripts tab.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...