SetEncounterDifficulty(int, object)

エンカウンターの難易度を設定します。

void SetEncounterDifficulty(
    int nEncounterDifficulty,
    object oEncounter = OBJECT_SELF
);

Parameters

nEncounterDifficulty

ENCOUNTER_DIFFICULTY_*

oEncounter

難易度を変更するエンカウンター(デフォルト: OBJECT_SELF)


Description

oEncounterの難易度を設定します。



Version

1.22

See Also

categories: Encounter Functions
constants: ENCOUNTER_DIFFICULTY_* Constants


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