Rune_PRC8/_module/nss/opw_conv_jlenab.nss

17 lines
411 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
//
// 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;
}