WoR_PRC8/_module/nss/x3_mod_pre_enter.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

6 lines
195 B
Plaintext

// NWN v1.69 OnClientEnter Hook Script
//:://///////////////////////////////////////////////////////////////////////////
void main()
{ ExecuteScript( "sha_on_cl_enter", OBJECT_SELF);
}