Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
local outfit =
{
lookType = 267,
lookHead = 0,
lookBody = 0,
lookLegs = 0,
lookFeet = 0,
lookAddons = 0
}
function onStepIn(cid, item, position, fromPosition)
doSetCreatureOutfit(cid, outfit, -1)
end
function onStepOut(cid, item, position, fromPosition)
doRemoveCondition(cid, CONDITION_OUTFIT)
end
<movevent event="StepIn" fromid="4620" toid="4625" script="swimming.lua"/>
<movevent event="StepOut" fromid="4620" toid="4625" script="swimming.lua"/>




