View Single Post
Rolnaaba
Veteran Member
Join Date: May 2006
Old 03-16-2008 , 18:31   Re: New XP Mod tutorial
Reply With Quote #26

basically you can do anything, just check if their level is high enough first, or if you have them choose skills to train that you have varriables to keep track of that:
psuedo:
Code:
if(playerLevel[index] >= 10) {      give_hp(index, 500);      uber(index); }
get what we mean?
__________________
DO NOT PM me about avp mod.
Rolnaaba is offline