Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/at_giveherbs.nss
Normal file
18
_module/nss/at_giveherbs.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#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);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user