ID:180194
 
i have tried but i cant get a teleport to go to another part on thr map here is my code

path
icon = 'path.dmi'

path/tel1
scr.loc = locate (124,5,1)


here is the error

Turfs.dm:17:error:scr.loc:bad var

but i have used scr.loc in a GM tool....can any 1 tell me what to do?
Eponick wrote:
i have tried but i cant get a teleport to go to another part on thr map here is my code

path
icon = 'path.dmi'

path/tel1
scr.loc = locate (124,5,1)


here is the error

Turfs.dm:17:error:scr.loc:bad var

but i have used scr.loc in a GM tool....can any 1 tell me what to do?


scr needs to be changed into src
In response to Nadrew
ooo......:)...oops
In response to Nadrew
path
icon = 'path.dmi'

path/tel1
src.loc = locate (124, 5, 1)


but it still has the same error
will some1 answer me...i have read Air Mapster's new teleporting thin in tje faq ut i still dunno what to do??.