13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
|
#include "nw_i0_plot"
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("holygrail", GetPCSpeaker(), 1);
|
||
|
|
||
|
// Set the variables
|
||
|
SetPLocalInt(GetPCSpeaker(), "GrailQuest", 1);
|
||
|
|
||
|
}
|