I would like to Execute my function if player level is between 17 and 25.
here is my function
Spoiler
Scriptname GP_MyFunctionScript Function MyFunction() Global If Game.GetPlayer().GetLevel(); over here i want to say "between 17 & 25", so whats the code for typing "between 17 & 25" ? ;Do Something In here EndIf EndFunction