14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName wet_farm_give_gp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 21/11/2003 20:05:44
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some gold
|
||
|
GiveGoldToCreature(GetPCSpeaker(), 150);
|
||
|
|
||
|
}
|