Rune_PRC8/_module/nss/innkeytrade.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

17 lines
492 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName innkeytrade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/31/2006 12:07:41 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("springinnkey", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(2, GetPCSpeaker(), FALSE);
}