Initial upload
Initial upload
This commit is contained in:
15
_module/nss/hgll_client_exit.nss
Normal file
15
_module/nss/hgll_client_exit.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "hgll_func_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object PC = GetExitingObject();
|
||||
object M = GetModule();
|
||||
|
||||
string Script = GetLocalString(PC, "LetoScript");
|
||||
|
||||
if( Script != "" )
|
||||
{
|
||||
SetLocalString(PC, "LetoScript", "");
|
||||
LetoScript(Script);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user