Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/at_lichquest99.nss
Normal file
15
_module/nss/at_lichquest99.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user