Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Area of Effect
[Tips]
ID:161870
Mar 22 2008, 1:04 pm
Maza
'Ello! I've been trying to make an aoe-type spell that effets every mob in a 5 view radius, and keep coming up with failed attempts. Could anyone help me with this?
Mar 22 2008, 5:55 pm
Garthor
for
(
var
/mob/M
in
view(src))
affect(M)
Mar 22 2008, 6:02 pm
Bakasensei
I do have a library on area attacks, if thats what you mean.
Mar 22 2008, 8:38 pm
In response to
Garthor
Maza
This works. Thanks mucho Garthor. =D
Copyright © 2025 BYOND Software. All rights reserved.