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

19 lines
469 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName banditqpersuade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10.10.2005 19:30:04
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_HARD, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}