14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
|
#include "nw_j_assassin"
|
||
|
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(50, GetPCSpeaker());
|
||
|
|
||
|
// Set the variables
|
||
|
aSetPLocalInt(GetPCSpeaker(), "DryadFirstTimeTalked", 2);
|
||
|
|
||
|
}
|