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

19 lines
468 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName fv_shop_conv3
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/2/2003 6:43:35 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_HARD, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}