Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
16
_module/nss/at_035.nss
Normal file
16
_module/nss/at_035.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_035
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 10/18/2008 7:41:16 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
GiveGoldToCreature(GetPCSpeaker(), 250);
|
||||
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 250);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user