Inside the void main() of nw_c2_default7, or your OnDeath script.
4) Set the decay timer in the SE_DropHandSlot function.
Set to (3) minutes by default(setting it to 0.0 turns decay off)
5) Set the droppable flag nDroppable set to TRUE by default:
TRUE - Only drop if marked as droppable on the npc.
FALSE - Drop hand slots if marked as droppable or not.
LasCivious, not a bad idea missed that one thanks for the suggestion.
Will add that to the update. _________________________ City of Melnibone
ausnwn.dyndns.org:5121
Posted by Lucky Day ( 12.152.xxx.xxx ) at 2005-06-24 17:58:48
Knowing Sir E that's probably intentional. When Jamos redid HCR he turned everything to droppable including those items by default. That's one of the first things I turned back on.
To me that makes it a lot easier to build in the toolset. Turning that off and using scripts to work around it if you don't actually want something dropped.