16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Gold Giver
|
|
// opw_GP_5000
|
|
// By Don Anderson
|
|
// dandersonru@msn.com
|
|
//
|
|
// Called from XP Giver Convo
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
GiveGoldToCreature(GetPCSpeaker(), 5000);
|
|
}
|