how can i change the crosshair when i touch an enemy? my template code is function PlBipedWeap00_Display_Crosshair() { // Display crosshair plBipedWeap00_crosshair1_pan.visible = on; plBipedWeap00_crosshair1_pan.pos_x = (screen_size.x - bmap_width(plBipedWeap00_crosshair1_bmp))/2; plBipedWeap00_crosshair1_pan.pos_y = (screen_size.y - bmap_height(plBipedWeap00_crosshair1_bmp))/2; }