ShoutDisturbed()
コンテナ(入れ物)を破壊もしくは開けたPCに対して、コンテナファクションのNPCを敵対にします。
void ShoutDisturbed();
Description
コンテナが破壊されたか、もしくはただ開けられただけかどうかのチェックをします。その違いはPCを認識する方法だけです(LastAttacker / LastOpener)。
この関数は球体形状範囲のすべてのコンテナファクションのクリーチャーへ“shout”を送ります。それは範囲内のファクションメンバーを一時的にPCに対して敵対とします。
Remarks
Script: nw_o2_coninclude.nss: Line: 4484
Requirements
#include "nw_o2_coninclude"
Version
1.29
See Also
categories: | Action on Object Functions | Reputation/Faction Functions | Targeting Functions |
events: | OnDeath Event | OnDisturbed Event | OnOpen Event |
author: Jody Fletcher, JP team: Redondo
Send comments on this topic.