ID:178460
 
This is what i got:
turf
barrier
Enter() //when entered..
if(istype(src,/mob/monster/))
return 0 // make it stop
else // if its not
..() //continue

and it gives me this:
loading Valors Lore.dme
Valors Lore.dm:4:error: missing expression

Valors Lore.dmb - 5 errors, 0 warnings (double-click on an error to jump to it)

what wrong?
RayOfAsh wrote:
This is what i got:
turf
barrier
Enter() //when entered..
if(istype(src,/mob/monster/))
return 0 // make it stop
else // if its not
..() //continue

and it gives me this:
loading Valors Lore.dme
Valors Lore.dm:4:error: missing expression

Valors Lore.dmb - 5 errors, 0 warnings (double-click on an error to jump to it)

what wrong?

Could you post the errors please?
In response to Mellifluous
turf/blah
Enter(O)
if(istype(O,/mob/mymob)
return 0
else
..()
moved to errors forum...