10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
#include "nw_i0_plot"
|
|
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetPLocalInt(GetPCSpeaker(), "LanceQuest", 1);
|
|
SetPLocalInt(GetPCSpeaker(), "KingFirstTimeTalked", 1);
|
|
|
|
}
|