Initial commit
Initial commit [v9.7]
This commit is contained in:
7
_module/nss/give_xp_50_tmpdr.nss
Normal file
7
_module/nss/give_xp_50_tmpdr.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "nw_i0_plot"
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 50);
|
||||
PlayOldTheme();
|
||||
}
|
||||
Reference in New Issue
Block a user