HasChapterQuestItem(int, object)

PCが章ごとに特有のクエストアイテムを持っているか調べる。

int HasChapterQuestItem(
    int nChapter,
    object oPC
);

Parameters

nChapter

公式キャンペーンの第何章かの指定

oPC

チェックしたいPC


Description

oPCを調べ、公式キャンペーンnChapter章のヘンクマンのクエストアイテムを持っていれば"TRUE"、持っていなければ"FALSE"を返す



Remarks

nw_i0_henchman.nss の465行目

ほとんどBioware以外誰にも役立たない


Requirements

#include "nw_i0_henchman"

Version

1.28

See Also

categories: Private Functions Functions


author: Lilac Soul, additional contributor(s): Lilac Soul, JP team: ngtaicho
Send comments on this topic.