greggomonkey Posted January 6, 2010 Share Posted January 6, 2010 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. Link to comment Share on other sites More sharing options...
Ghost Posted January 6, 2010 Share Posted January 6, 2010 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. Link to comment Share on other sites More sharing options...
JuniorModder Posted January 6, 2010 Share Posted January 6, 2010 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 Link to comment Share on other sites More sharing options...
greggomonkey Posted January 6, 2010 Author Share Posted January 6, 2010 thanks guys Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.