ID:163287
 
I want to know how to make the dmga player takes comeover thire head
In response to Scizzees
i read it up and down left and right even diognal dont get it
In response to Lusifer
..It's extremely easy.

#define s_damage (not sure on that)

#define s_damage // not sure on that.

mob/verb/Slap(var/mob/M in world)
var/damage = 10+rand(1,5)
s_damage(M, damage, FF0)


Then again, haven't used it in a while. That may be correct.
In response to LucifersHellion
i still dont understand how to put the variable into e attack verb
In response to Lusifer
Lusifer wrote:
i still dont understand how to put the variable into e attack verb

If you knew how to code, you wouldn't of dared ask that. He laid everything to you on a platter, but you want more?
In response to Lusifer
I just showed you how.

Brighten up; that example is an "attack" verb, I'm slapping which can be an attack.
In response to RedlineM203
In other words, to the left, in the navigation panel, find the resources area, click 'DM Guide', read it.
In response to Keeth
hows about next time u come into a topic say something relovent to it stop being dicks
In response to Lusifer
They are trying to help you, but one of the things you need to do, so you can understand their directions is read the Byond guide.
In response to Lusifer
What me, and the other two, said WAS relevant, but you're just not capable of understanding it, SO he told you to go read the BYOND Guides.
In response to Lusifer
You obviously don't understand what you're doing, that's why I told you to find out by reading the guide.
It is completely relevant, and it has nothing to do with being a dick.
Even if I explained what you'd need to do, you wouldn't understand what I was saying or how you needed to go about doing it to begin with.

So do everyone a favor and read the Dream Maker Guide.

You'll do well to look in the reference too, for:
screen (client var)
screen_loc (atom var, I believe)