17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Talus Menu on Rest
|
|
// tal_em_conjcheck
|
|
// OPW Integration and Clean Up By Don Anderson
|
|
// dandersonru@msn.com
|
|
//
|
|
// Used in Rest Menu Conversation
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
int StartingConditional()
|
|
{
|
|
if(GetSkillRank(SKILL_SPELLCRAFT,GetPCSpeaker())>0) return TRUE;
|
|
else return FALSE;
|
|
}
|