18 lines
460 B
Plaintext
18 lines
460 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Talus Menu on Rest
|
|
// tal_slm_disable
|
|
// OPW Integration and Clean Up By Don Anderson
|
|
// dandersonru@msn.com
|
|
//
|
|
// Used in Rest Menu Conversation
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
int StartingConditional()
|
|
{
|
|
int check=GetLocalInt(GetPCSpeaker(),"stealthloot");
|
|
if(check!=TRUE) return FALSE;
|
|
else return TRUE;
|
|
}
|