Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| The s_missile library is a projectile system that is designed to be a supplement to the BYOND-provided missile() proc; if you have any projectiles or graphical effects, use this to shoot them! |
Latest Version ·
Date Added: 5/06/01
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Spuzzum.s_missile##version=0
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Spuzzum.s_missile##version=0
|
| |
The s_missile library includes the following functions designed for players' use:
s_missile(..., trg, homing = 1, speed = 1)
- Fires a projectile of the specified sort at the [trg]; if [homing] is equal to 1, it will adjust its flight path to follow [trg], should [trg] change locations. Otherwise, it will not. Between steps, it will wait [speed] x 1/10 seconds. (A speed of zero would mean that the projectile would not be seen, and it would fly directly to its target and delete itself instantaneously; you can probably conceive of a use for that behaviour!)
walk_line(ref,trg,lag)
- Moves [ref] on a straight path towards [trg], not taking obstacles into account, preceding each successive step with [lag] seconds of inactivity.
Though the library includes other functions, those functions are designed to provide the internal calculations necessary for the library, and it is doubtful that they will be of any use to the user.
Login to post a comment.