Files
HeroesStone_PRC8/_module/nss/pc_can_set_trap.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

17 lines
467 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName pc_can_set_trap
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/7/2008 11:19:05 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Make sure the player has the required skills
if(!GetHasSkill(SKILL_CRAFT_TRAP, GetPCSpeaker()))
return FALSE;
return TRUE;
}