generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
16
_module/nss/opw_conv_jlenab.nss
Normal file
16
_module/nss/opw_conv_jlenab.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Jump Party Member to Leader
|
||||
// opw_conv_jlenab
|
||||
// By Don Anderson
|
||||
//
|
||||
// Called from the Rest Menu
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int nJump = GetLocalInt(GetModule(),"LEADERJUMP");
|
||||
if(nJump == 1) return TRUE;
|
||||
else return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user