ID:170368
 
...effect everyone/thing you see?, i cant quite figure it out....
What do you want it to do?

Normally you use the list oview as the target of any actions you take, like:

/mob/verb/talk_to_seen(var/T as text)
oveiw()<<T


If you need more help, give us some details as to what you want to do.
In response to Neo Skye
i want a battle verb that would attack everything on the users screen
In response to Castone22
mob
verb
Battle_Verb()
for(var/mob/M in oview())
//Effects Go Here
In response to Turles9000
Thanks