darthriddick Posted April 3, 2007 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
stoffe Posted April 4, 2007 Posted April 4, 2007 darthriddick said: 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.