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