mob
Demi_Hollow
icon = 'mobs.dmi'
icon_state = "demi"
walk_rand(Demi_Hollow)
verb
Attack()
set src in oview(1)
Attacking()
Dead()
Problem description:
I get the following error when compiling:
mobs.dm:33:error:Demi_Hollow:value not allowed here
Please help, thanks!
But from just looking at it, you can't have the walk_rand() there. You'd need to put that inside a New() proc.