generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
19
_module/nss/opw_kill_cnt_chk.nss
Normal file
19
_module/nss/opw_kill_cnt_chk.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Olander's Player and NPC Kill Counter
|
||||
// opw_kill_cnt_chk
|
||||
// By:Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// This is called from the Rest Menu
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int nPKTrack;
|
||||
|
||||
nPKTrack = GetLocalInt(GetModule(),"PKTRACK");
|
||||
if(nPKTrack == 1) return TRUE;
|
||||
else return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user