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