• 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!

Bomberman Event TFS 1.x

@Printer
Looking at your script there seems to be nothing that prevents players from walking diagonally? From bombermans i've played u couldn't walk diagonal in any of them.
I'm mainly asking because I need a function checking if a player walks diagonally and I made this https://otland.net/threads/check-if-player-walks-diagonally.237870/
if that's a good way to check for players walking diagonally maybe you could use it for this
 
or just use tiles with onStepIn script which prevents diagonal fromPos (eg. player and tile x or y has to be equal to step in, else teleport to frompos)
 
Back
Top