6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
void main()
|
|
{
|
|
// Drop all items on death system
|
|
ExecuteScript("dth_mod_death", OBJECT_SELF);
|
|
}
|