TheHordeOrcs_PRC8/_module/nss/call_onrespawn.nss
Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

7 lines
111 B
Plaintext

void main()
{
ExecuteScript("prc_onrespawn", OBJECT_SELF);
ExecuteScript("resshrine", OBJECT_SELF);
}