Initial commit
Initial commit [v9.7]
This commit is contained in:
19
_module/nss/give_bashtreasur.nss
Normal file
19
_module/nss/give_bashtreasur.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
GiveGoldToCreature(GetPCSpeaker(), 900);
|
||||
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 250);
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("amberglulditch", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("nw_it_gem013", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("nw_it_gem003", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("nw_it_gem014", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("nw_it_gem002", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("nw_it_gem015", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user