15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
#include "nw_i0_plot"
|
|
|
|
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("oilcan", GetPCSpeaker(), 1);
|
|
|
|
// Set the variables
|
|
SetPLocalInt(GetPCSpeaker(), "GolemQuest", 2);
|
|
|
|
|
|
}
|