14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName s_giveamillion
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/23/2004 2:56:52 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
GiveGoldToCreature(GetPCSpeaker(), 1000000);
|
|
|
|
}
|