VictimDeadButNoItems(object)

犠牲者は死んでいるが、oPCがその頭部あるいは個人アイテムのいずれも持っていないかどうかを決定します。そうでなけばFALSEを返します。

int VictimDeadButNoItems(
    object oPC
);

Parameters

oPC

状態を調べる犠牲者。


Description

犠牲者oPCが死んでいて、oPCがその頭部あるいは個人アイテムのいずれも持っていない場合、TRUEを返します。そうでなければFALSEを返します。



Remarks

NWNの暗殺者プロットを作動させるために使用されます。


Requirements

#include "nw_j_assassin"

Version

1.22

See Also

functions: GetVictim | SetVictim
categories: Module Specific Functions


author: Tom Cassiotis, JP team: katsu794
Send comments on this topic.