Initial Upload
Initial Upload
This commit is contained in:
16
_module/nss/lostplayer_give.nss
Normal file
16
_module/nss/lostplayer_give.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName lostplayer_give
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 04/10/2003 23:24:11
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
GiveGoldToCreature(GetPCSpeaker(), 500);
|
||||
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 1000);
|
||||
|
||||
}
|
Reference in New Issue
Block a user