RPG Starter

by Falacy
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game!
ID:292248
 
Hello Falacy , could explain how " src.loc=locate(rand(183,186),rand(212,215),1) " works ? When I look at the map, to see where the coordinates were , there so far apart . I don't get how you made it spawn the user in a certain spot like that .
For x, 183 and 186 are only 3 tiles apart. For y, it's the same thing, only 3 tiles apart. It's a pretty small area to locate() to since there are only 9 possible tiles you could spawn at.