turf/NextScreen
density = 1
Click()
src.loc = (6,8,3)
What I need is when the player clciks on the the tile on the starting screen, they are teleported to (6,8,3) Which is another segment of the login screen (It tells what all for the user to do) The current location of the player is (6,8,2) Thank you for your help...
(Here are the current errors:
REMIX.dm:76:error::invalid expression
REMIX.dm:76:error:src.loc:cannot change constant value)