6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastUnlocked();
|
||
|
GiveXPToCreature(oPC,10);
|
||
|
}
|