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.

Question

Page: 1 of 1
 greggomonkey
01-05-2010, 10:18 PM
#1
I am in new to modding and am currently working on an idea and need to know, How do you make it so you get an item at the end of a dialog. like when you get the saber crystal from Dorak.
 Ghost
01-05-2010, 10:31 PM
#2
Its up to scripting. Because most of the items that you get after or during a conversation are generated by scripts. Look at the scripts in the Dantooine Modules, which is in the RIMS section. If you need tools, go here http://www.starwarsknights.com/tools.php)
this page has pretty much every tool for modding. You will need a couple scripting tools for this. But anyway, good luck with your mod.
 JuniorModder
01-05-2010, 10:32 PM
#3
You'll need a script.

object oItem=CreateItemOnObject( "item_template", GetFirstPC());

Stick this in the end of the dialog and you're good to go. But of course, you'll need to know how to make it into an nss file. Search around for it.

JM
 greggomonkey
01-05-2010, 10:44 PM
#4
thanks guys
Page: 1 of 1