Author: Steve Nabors
www.planetunreal.com/slick
slickwilly@planetunreal.com

Script:
FireFly.   This is a new creature that looks like a FireFly.
Add to level and adjust CircleRadius and VerticalRange.
When you place the FireFly in the level then that becomes
the Center Location of the Circle it will fly.  CircleRadius
is how far out it will fly on the horizontal Plane.  VerticalRange
is the Vertical Radius it will fly.  If both of these numbers are
the same then visualize a sphere.  The firefly will pick random
points in the sphere to fly to.


MyLevel Script Instructions:

To use this script in your map you
will need to load this map in the editor first.  The script is
embedded in the MyLevel Package.  Once loaded you will not need
to do anything to this map or copy anything.  Loading it will
automatically place the new actor in the actor browser for the
remaining time that UED is open.  You can then load up any
map you want and place the new actor type in your map.  Once
placed in your map then your new map's MyLevel package will now contain the
script and you will not need this map anymore until
you need it in yet another map or for some reason you saved
any new maps without the actor present in the map.  MyLevel
is purged if it contains anything that isn't in use in the
map.  To get it back just load up this map again to get the actor
listed and then load up your new map again and place it.

