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