14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName roomrent
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/8/2003 5:42:07 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(1, GetPCSpeaker(), FALSE);
|
||
|
}
|