20 lines
512 B
Plaintext
20 lines
512 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_amanda2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/07/11 18:08:58
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
#include "nw_j_assassin"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
RewardPartyXP(200, GetPCSpeaker());
|
|
|
|
// Set the variables
|
|
aSetPLocalInt(GetPCSpeaker(), "AmandaQuest", 2);
|
|
|
|
}
|