6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
// NWN v1.69 OnClientEnter Hook Script
|
|
//:://///////////////////////////////////////////////////////////////////////////
|
|
void main()
|
|
{ ExecuteScript( "sha_on_cl_enter", OBJECT_SELF);
|
|
}
|