PROC:
proc
Bumped(O)
Bump(O)
..()
if(ismob(O))
O:Bumped(src)
Coding.
Flag
icon='icon.dmi'
icon_state="fl"
name="Flag"
layer=5
Bumped(O)
world<<"[usr.key] found the flag!"
world<<"Reboot in 10"
sleep(100)
world.Reboot()
Error:Bumped(O) under layer=5.Undefined proc.
Only thing I can see off hand is that the Bumped() proc here is over-indented. Should look like this: