TakeNumItems(object, string, int)
対象から指定したアイテムを指定数取り上げます。
void TakeNumItems( object oTarget, string sItem, int nNumItems );
Parameters
oTarget
アイテムを取りあげる対象のオブジェクト。
sItem
取り除くアイテムのタグ。
nNumItems
オブジェクトの所持品欄にある取り除くアイテムの最大数。
Description
oTargetの所持品欄をsItemというタグのオブジェクトを探してループします。そしてそれらをスクリプトを呼び出したオブジェクトの所持品欄に置きます。
ループはnNumItems回数か、所持品欄から指定のオブジェクトを全て取り除くかするまで続きます。
Remarks
この関数はnw_i0_plot.nssの847行目で見つかります。
Requirements
#include "nw_i0_plot"
Version
1.22
See Also
functions: | GiveNumItems | TakeGold | TakeGoldFromCreature |
categories: | Inventory Functions |
author: John Shuell, JP team: NamaYake
Send comments on this topic.