16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
|
#include "nw_j_assassin"
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some gold
|
||
|
RewardPartyGP(10000, GetPCSpeaker());
|
||
|
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(1000, GetPCSpeaker());
|
||
|
|
||
|
// Set the variables
|
||
|
aSetPLocalInt(GetPCSpeaker(), "LichQuest", 99);
|
||
|
|
||
|
}
|