Rune_PRC8/_module/nss/opw_conv_jlenab.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

17 lines
411 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
//
// 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;
}