darthriddick Posted April 3, 2007 Share Posted April 3, 2007 Does anyone have a script that would allow me to create a custom item inside freedon nadds muumifyed body on DXN, by using a DLG string? and if so could you post it for me? Thanks ~DR Link to comment Share on other sites More sharing options...
stoffe Posted April 4, 2007 Share Posted April 4, 2007 Does anyone have a script that would allow me to create a custom item inside freedon nadds muumifyed body on DXN, by using a DLG string? and if so could you post it for me? This should probably work, if you compile it into a NCS file and then put its name (without the .ncs extension) as the Action script on a dialog node, provided that the dialog takes place inside the tomb: void main() { object oMummy = GetObjectByTag("corpse"); CreateItemOnObject("[color=Yellow]UTIName[/color]", oMummy); } Replace UTIName with the name of the UTI file containing the template for the item you wish to spawn. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.