GetHasSkill(int, object)

クリーチャーが指定したスキルを持っているかどうかを調べます。

int GetHasSkill(
    int nSkill,
    object oCreature = OBJECT_SELF
);

Parameters

nSkill

SKILL_*

oCreature

スキルを調べるクリーチャー(デフォルト:OBJECT_SELF)


Description

oCreatureがnSkillを持っていて使用可能ならばTRUEを、そうでなければFALSEを返します。



Remarks

3rd Editionルールに従って、スキルランクがマイナスでも、いくつかの技術(説得など)は誰にでも使用可能です。


Version

1.22

See Also

functions: ActionUseSkill
categories: Talents/Skills/Feats Functions
constants: SKILL_* Constants


author: Tom Cassiotis, editor: Ryan Hunt, additional contributor(s): Drake Coker, JP team: Rainie
Send comments on this topic.