14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_004
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 30/10/2004 4:09:25 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
SetXP(GetPCSpeaker(), 780000);
|
||
|
|
||
|
}
|