Initial upload
Initial upload
This commit is contained in:
10
_module/nss/hgll_cliententer.nss
Normal file
10
_module/nss/hgll_cliententer.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
//below removes the Letoscript string so the changes won't be applied again on the next logout
|
||||
string Script = GetLocalString(oPC, "LetoScript");
|
||||
if( Script != "" )
|
||||
{
|
||||
SetLocalString(oPC, "LetoScript", "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user