REO-EE/_module/nss/reo_mod_death.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

6 lines
103 B
Plaintext

void main()
{
// Drop all items on death system
ExecuteScript("dth_mod_death", OBJECT_SELF);
}