# Carré Violet (Violet, blanc) # Signal de manoeuvres Aspect: red IconE:cv_e_cv.xpm IconW:cv_w_cv.xpm IconS:cv_s_cv.xpm IconN:cv_n_cv.xpm Action: stop Aspect: manoeuvre IconE:cv_e_m.xpm IconW:cv_w_m.xpm IconS:cv_s_m.xpm IconN:cv_n_m.xpm Action: speedLimit 30 OnInit: .aspect = red .fleeted = 0 end OnCleared: if .aspect = red if next.aspect = red .aspect=manoeuvre else .aspect=manoeuvre end .fleeted = 0 end end OnUpdate: if .aspect = red return end if next.aspect = red .aspect = manoeuvre else .aspect = manoeuvre end end