REO-EE/_module/nss/reo_mod_respawn.nss

6 lines
87 B
Plaintext
Raw Normal View History

2024-02-22 13:22:03 -05:00
void main()
{
// Death System
ExecuteScript("dth_mod_respawn", OBJECT_SELF);
}