RoT2_PRC8/_module/nss/aa_removequest.nss

7 lines
114 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
#include "xx_persist_quest"
void main()
{
RemovePersistentJournalQuestEntry("DICKYS_QUEST1",GetPCSpeaker());
}