ID:266482
Mar 18 2002, 5:51 pm
|
|
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
|
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?
|
Here's a hint: the statement
get_step(usr,usr.dir)
means "the square in front of the usr."