Initial commit
Initial commit [v9.7]
This commit is contained in:
17
_module/nss/ogo_tk_4k_gv_itm.nss
Normal file
17
_module/nss/ogo_tk_4k_gv_itm.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
SetLocalString(oPC, "ogoweapn", "1");
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("catsclaw", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("scalpel", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("graywand", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("heartseeker", GetPCSpeaker(), 1);
|
||||
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(4000, GetPCSpeaker(), FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user