generated from Jaysyn/ModuleTemplate
17 lines
467 B
Plaintext
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;
|
|
}
|