function script KeyWarp {
if(countitem(6266) >= 1 || countitem(6267) >= 1 || countitem(6268) >= 1)
menu (countitem(6267) ? ""+getitemname(6267)+"":""),Test1,(countitem(6268) ? ""+getitemname(6268)+"":""),Test2,(countitem(6266) ? ""+getitemname(6266)+"":""),Test3;
else
showscript "You don't hold any key.";
end;
Test1:
showscript "Warp To Key of Illusion";
end;
Test2:
showscript "Warp to Key of Gaiety";
end;
Test3:
showscript "Warp to Key of Deception";
end;
}
its already release then just apply the code to your script, just understand the codes how to merge it to your script