13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
|
#include "nw_j_assassin"
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(100, GetPCSpeaker());
|
||
|
|
||
|
// Set the variables
|
||
|
aSetPLocalInt(GetPCSpeaker(), "PresterJohnQuest", 9);
|
||
|
|
||
|
}
|