15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName take_10gold
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2003-02-21 10:07:21
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
|
||
|
CreateItemOnObject("bathkey", GetPCSpeaker(), 1);
|
||
|
}
|