generated from Jaysyn/ModuleTemplate
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName gilafin_3
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 27.6.2004 20:41:23
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
|
|
}
|