module Event_Spawner
def self.SS_1(x, y)
create_event(x, y, "SS1")
set_page_graphic({'c_name' => "Spawn"})
Event_Spawner.add_event_command(108, ['ABS'])
Event_Spawner.add_event_command(108, ['ID 15'])
Event_Spawner.add_event_command(108, ['Behavior 3'])
Event_Spawner.add_event_command(108, ['Sight 5'])
Event_Spawner.add_event_command(108, ['Sound 5'])
Event_Spawner.add_event_command(108, ['ClosestEnemy true'])
Event_Spawner.add_event_command(108, ['HateGroup [1,2,3,4,5,6,7,8,9,10,11,12,13]'])
Event_Spawner.add_event_command(108, ['Aggressiveness 3'])
Event_Spawner.add_event_command(108, ['Speed 3'])
Event_Spawner.add_event_command(108, ['Frequency 3'])
Event_Spawner.add_event_command(108, ['Trigger 0'])
Event_Spawner.add_event_command(108, ['Respawn 0'])
Event_Spawner.add_event_command(108, ['RespawnID 0'])
Event_Spawner.add_event_command(108, ['Personality [1]'])
Event_Spawner.add_event_command(108, ['AllyGroup [0,14,15,16,17,18,19,20,21,22,23,24]'])
Event_Spawner.add_event_command(202, [0, 1, 22, 23, 2])
end
end