ID:139080
 
Code:
turf/NorthCliff
icon = 'Cliff.dmi'
icon_state = "North"
density = 1
verb
Jump()
sleep(2)
step(usr,NORTH)
sleep(2)
step(usr,NORTH)
sleep(2)
step(usr,NORTH)
sleep(2)
step(usr,NORTH)


Problem description:

How do I to make it so that you can get this verb once ur 1 tile away from the cliff


set src in oview(1)
In response to LordAndrew
thnx
In response to LordAndrew
turf/NorthCliff
icon = 'Cliff.dmi'
icon_state = "North"
density = 1
set src in oview(1)
verb
Jump()
sleep(2)
step(usr,NORTH)
sleep(2)
step(usr,NORTH)
sleep(2)
step(usr,NORTH)
sleep(2)
step(usr,NORTH)


loading Fag.dme
Fag.dm:8:error: src: duplicate definition
Fag.dm:8:error: 1: value not allowed here
Fag.dm:8:error: : duplicate definition
Fag.dm:8:error: in: instruction not allowed here

Fag.dmb - 4 errors, 0 warnings (double-click on an error to jump to it)
In response to SillyChild123
set is used in verbs, so put that after Jump().
In response to LordAndrew
Hmm... It did give me the verb when i was 1 tile close to it , but now when i pressed jump it didnt work =(
In response to SillyChild123
NVM fixed , Thanks!