RPG Starter

by Falacy
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game!
ID:292226
 
CaN SomeoNe help me make aN aoe code ^_^ ThaNk you
for(var/mob/M in view(1,Epicenter))
M<<"AoEd"
In response to Falacy
Falacy wrote:
> for(var/mob/M in view(1,Epicenter)
> M<<"AoEd"
>

err compiler error
error: missing comma ',' or right paren ')'

lol
In response to Quixotic
Fixed o.O Not really sure how it left off that parentheses, considering I wrote it in DM and just copied it here. Maybe I forgot to actually compile it...