Shargast_PRC8/_module/Chapter 1/nss/x3_mod_pre_enter.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

7 lines
194 B
Plaintext

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