RemoveJournalQuestEntry(string, object, int, int)

PCの日記画面からジャーナルクエストエントリーを取り除きます。

action RemoveJournalQuestEntry(
    string sPlotID,
    object oCreature,
    int bAllPartyMembers = TRUE,
    int bAllPlayers = FALSE
);

Parameters

sPlotID

ツールセットの日記エディタにおけるプロット識別番号。

oCreature

プレーヤー

bAllPartyMembers

TRUEの場合、パーティ全員のジャーナルからエントリーを取り除きます。
(Default: TRUE)

bAllPlayers

TRUEの場合、モジュール内の全てのプレーヤーのジャーナルからエントリーを取り除きます。
(Default: FALSE)


Description

この関数はプレイヤーの日記画面の「クエスト」タブ及び「完了したクエスト」タブから、(sPlotID)で指定したカテゴリーに属する全てのエントリーを取り除きます。プレイヤーにフィードバックを与えません。



Version

1.22

See Also

functions: AddJournalQuestEntry
categories: Journal Functions


author: Jody Fletcher, editor: Charles Feduke, JP team: geshi, Rainie
Send comments on this topic.