ID:266482
 
like it wanted it to be infront of the usr instread coming exactly off the usr how would i do this s_missile is ok too
missile will go between whatever two points you tell it to... if you don't want it to come from the usr, don't specify the usr.

Here's a hint: the statement

get_step(usr,usr.dir)

means "the square in front of the usr."
In response to Lesbian Assassin
I can use M instead of usr if I specified M right?
In response to Strange Kidd
Strange Kidd wrote:
I can use M instead of usr if I specified M right?
Assuming M is a variable, of course.
In response to Strange Kidd
You can put whatever the heck you want in! usr, src, M, Bob, Jezebel... as long as it's a variable that refers to the right type of object or data, you can specify anything you want as the argument of a proc. That's why it asks you to specify... if it was always usr, why would you even have to type usr?