Initial commit
Initial commit [v9.7]
This commit is contained in:
11
_module/nss/give_5k_gld_xp.nss
Normal file
11
_module/nss/give_5k_gld_xp.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
GiveGoldToCreature(GetPCSpeaker(), 5000);
|
||||
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 5000);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user