7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
GiveXPToCreature(oPC, 5000);
|
|
}
|