DestroyChapterRewardItem(int, object)

特定した章のヘンチマン用クエストの報酬アイテムを破壊します。

void DestroyChapterRewardItem(
    int nChapter,
    object oPC
);

Parameters

nChapter

公式キャンペーンの章

oPC

破壊するアイテムを持つプレイヤー


Description

特定した章のヘンチマン用クエストの報酬アイテムを破壊します。



Remarks

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

備考:OBJECT_SELFのタグを使用しますので、Biowareはヘンチマン自身のスクリプトに入れてのみ使用しています。実際に、我々が有効にこの関数を使用する方法がお思いつきません。


Requirements

#include "nw_i0_henchman"

Version

1.28

See Also

categories: Henchmen/Familiars/Summoned Functions


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