9 lines
157 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
void main()
{
int amount = 2000;
object oPC = GetPCSpeaker();
SetLocalInt( oPC, "MN_GRANTXP", amount );
ExecuteScript("mn_xprod_award", oPC);
}