ClearAllFactionMembers(object, object)
NPCもしくはNPCグループをPCに対して中立の関係にします。
void ClearAllFactionMembers( object oMember, object oPlayer );
Parameters
oMember
oPlayer
Description
Death Script
NW_O0_DEATH.NSS
oMemberのファクションメンバー全てをoPlayerに対して中立な関係に調整します。
Remarks
nw_o0_death.nss: 15
この関数は現在コメントアウトされています(ver.1.29)。
David Gaider氏のスクリプトチュートリアル'Shouts, Factions and Attacking My Enemy'もあわせてご覧ください。
<http://nwn.bioware.com/builders/sctutorial22.html>
Requirements
#include "nw_o0_death"
Version
1.29
See Also
author: Jody Fletcher, JP team: Redondo
Send comments on this topic.