HasPersonalItem(object)

プレイヤーがヘンチマンの個人アイテムを持っているかを調べます。

int HasPersonalItem(
    object oPC
);

Parameters

oPC

アイテムを持っているかどうかを調べるプレイヤー。


Description

oPCがヘンチマンの契約の証、または公式キャンペーンの1・2章のどちらかのヘンチマンからの報酬アイテムのどちらかを持っていればTRUEを返します。
oPCがどちらも持っていない時やエラーの場合はFALSEを返します。



Remarks

nw_i0_henchman.nssの283行目で見つかります。

BioWareの人を除いて使うのは難しいでしょう。


Requirements

#include "nw_i0_henchman"

Version

1.28

See Also

functions: StripAllPersonalItemsFromEveryone
categories: Henchmen/Familiars/Summoned Functions | Module Specific Functions


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