17 lines
492 B
Plaintext
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);
|
||
|
}
|