2024-06-20 15:47:42 -04:00

19 lines
249 B
Plaintext

#include "nw_i0_plot"
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("rareherbs001", oPC);
AddJournalQuestEntry("jt_herbs", 50, oPC, TRUE, FALSE);
// Set the variables
SetPLocalInt(GetPCSpeaker(), "HerbQuest", 2);
}