8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
#include"xx_persist_quest"
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oCreature;
|
||
|
//RemovePersistentJournalQuestEntry(string szPlotID, object oCreature, int bAllPartyMembers=TRUE, int bAllPlayers=FALSE);
|
||
|
}
|