12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
|
#include "nw_i0_plot"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("itemtoretriev001", GetPCSpeaker(), 1);
|
||
|
|
||
|
// Set the variables
|
||
|
SetPLocalInt(GetPCSpeaker(), "GolemQuest", 4);
|
||
|
|
||
|
}
|