Hello.. i need some help to fix this script.
1-when player try to talk the npc and take the skill.. player will stuck cant move.
2-when player get skill enter other map. the skill gone.
florian,102,158,4 script Stalker 909,{
if ( StalkerSkill != 0 )goto Remove_Skill;
if ( getskilllv(225) == 0 ) goto End_Talk;
if ( getskilllv(225) > 0 ) goto Start_Talk;
Remove_Skill:
skill StalkerSkill,0,0;
set StalkerSkill,0;
dispbottom "[ Stalker NPC ] : Previous Skills has been Removed..";
dispbo