Initial module commit
Initial module commit.
This commit is contained in:
18
_module/nss/69_client_exit.nss
Normal file
18
_module/nss/69_client_exit.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
/*69_client_exit
|
||||
OnClientExit Module Event
|
||||
Runs multiple checks for exiting player
|
||||
|
||||
Created by: 69MEH69
|
||||
Created on: Apr2005
|
||||
*/
|
||||
|
||||
#include "69_hench_lib"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetExitingObject();
|
||||
if(GetIsPC(oPC))
|
||||
{
|
||||
QuitHenchman69(oPC);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user