• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

movement

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
when i make frompos topos in movment script.What to add to the moveevent.xml??
do i add the gorund tiles id inclided in this area?
 
Yes, add IDs of ground tiles and then check in script if position is in desired range with function isInRange(position, fromPosition, toPosition)
 
Thx,another thing if i want to add many action id in for same script in xml be like that?
Code:
<movevent type="StepIn" actionid="700-800" event="script" value="tele.lua"/>
 
Back
Top