AdjustFactionReputation(object, object, int)

別のファクションに対するファクションメンバー全ての関係を調整します。

void AdjustFactionReputation(
    object oTargetCreature,
    object oMemberOfSourceFaction,
    int nAdjustment
);

Parameters

oTargetCreature

対象となるファクションに含まれるクリーチャー。

oMemberOfSourceFaction

関係を変化させるファクションに含まれるメンバー(このファクションが変化します)。

nAdjustment

ファクション関係の変化量(正もしくは負)。


Description

別のあるファクションに対するファクションメンバー全ての関係を調整します。



Requirements

#include "nw_i0_plot"

Version

1.22

See Also

functions: ClearAllFactionMembers
categories: Reputation/Faction Functions


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