Is it possible to check what is under the missile while it is going in the direction of the enemy? Like what objects are under it?
Thank you for you time!
ID:175922
Feb 26 2003, 3:58 pm
|
|
Feb 26 2003, 5:47 pm
|
|
<code>for (var/atom/A in missile.loc) world << "The missile passed over [A]!"</code>
|
In response to Crispy
|
|
Unless, of course, if you use the missile() proc. In which case, you can't.
|
In response to Garthor
|
|
Yeah, well, if he wants to post such an ambiguous topic then I feel entitled to post him ambiguous code. =P
|