- script Homofix -1,{ OnPCLoginEvent: if (#evol_h == 1) { end; } if (Class == Job_Alchemist || Class == Job_Creator && checkhomcall() == 0) { atcommand "@homshuffle"; set #evol_h, 1; end; } OnPCLogoutEvent: if (#evol_h == 1) { end; } if (Class == Job_Alchemist || Class == Job_Creator && checkhomcall() == 0) { atcommand "@homshuffle"; set #evol_h, 1; end; } }