ID:176915
![]() Nov 28 2002, 4:06 pm
|
|
Any ideas on how I could make it so you can only hit someone if you're facing them? This is for a close up attack, like kick or punch.
|
Copyright © 2025 BYOND Software.
All rights reserved.
kick()
set src in oview(1)
if(src.loc == get_step(usr,usr.dir)
//place your code here
else
return