19 lines
249 B
Plaintext
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);
|
||
|
|
||
|
|
||
|
}
|
||
|
|