Add this to your Q-Function.txt
#IF
CHECKLEVELEX = 40
#CALL [..\QuestDiary\LevelUp\Lvl40.txt] @lvl40bonus
break
Then in your quest diary folder create a folder called LevelUp
Inside that create a txt file and name it Lvl40
Inside the txt file put this;
[@BONUSPOINT]
{
#IF
CHECKLEVELEX = 40
#ACT
GOTO @lvl40bonus
#ELSEACT
Break
[@lvl40bonus]
#ACT
BONUSPOINT + 50
sendmsg 6 "BonusPoints + 50 <$USERNAME>."
break
}
Is that what your after? obviously suit it to your server, at the moment if your level 40, then it will give you 50 bonus points.