Jump to content

Home

Item Script?


darthriddick

Recommended Posts

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

Archived

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

×
×
  • Create New...