7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPlaceableLastClickedBy();
|
||
|
GiveXPToCreature(oPC, 30000);
|
||
|
FloatingTextStringOnCreature("Granted XP",oPC,FALSE);
|
||
|
}
|