Aantioch_Infernum/_module/nss/give_ygdragon_xp.nss

5 lines
77 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
GiveXPToCreature(GetPCSpeaker(), 100); // XP Value here
}