continuous_spawn_start(name[, max_spawns[, respawn_delay[, callback[, filter]]]]) |
|
Parameters: |
name | | (string) name of the script group to start spawning |
max_spawns | | (int, optional) number of times to spawn the group (0 is infinite) |
respawn_delay | | (float, optional) time between respawns, in seconds |
callback | | (string, optional) LUA function to call once the spawn group set is complete |
filter | | (ubyte, optional) filter to restrict allowed spawn groups |
|
Returns: |
none |
|
Description: |
Enable a continuous spawn by name. object_indicator_id (int, optional) The type of OI to add for the group. oi_flags: (int, optional) Flags for the object indicator. minimap_icon: (string, optional) Name of the minimap icon bitmap to use. |
|
|
back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:15 |