aSetPLocalInt(object, string, int)

パーティ全員のローカル変数をセットする。

void aSetPLocalInt(
    object oPC,
    string sLocalName,
    int nValue
);

Parameters

oPC

PCパーティの誰か

sLocalName

保存する変数の名称

nValue

保存する整数値


Description

この関数はPCパーティ全員のローカル変数に整数値を設定、保存する。事実上パーティ全体にSetLocalInt (オブジェクト、整数、文字列)を行っている。



Remarks

クエストのフラグセットなどに有効だと思う。


Requirements

#include "nw_j_assassin"

Version

1.28

See Also

functions: aGetPLocalInt | GetPLocalInt | SetPLocalInt
categories: Local Variables Functions | Module Functions | Party Functions


author: Michael Nork, editor: Charles Feduke, JP team: ngtaicho
Send comments on this topic.