generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
17
_module/nss/opw_gxp_ison.nss
Normal file
17
_module/nss/opw_gxp_ison.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Is Gold and XP On?
|
||||
// opw_gxp_ison
|
||||
// By Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// Called from XP Giver Convo
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int nGXP = GetLocalInt(OBJECT_SELF,"GXP");
|
||||
if(nGXP == 1) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user