Initial commit
Initial commit [v9.7]
This commit is contained in:
9
_module/nss/give_angmapcopy.nss
Normal file
9
_module/nss/give_angmapcopy.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("angmapcopy", GetPCSpeaker(), 1);
|
||||
|
||||
// Give the speaker some gold
|
||||
GiveXPToCreature(GetPCSpeaker(), 25);
|
||||
}
|
||||
Reference in New Issue
Block a user