View Single Post
  #4  
Old 10-03-2013, 05:38 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Try This

Player: ssn 10000
Enemy Driver: ssn 1
Enemy Tank: ssn 2
Enemy detects player: 320m

Redirect the Tank Unit AI to waypoint 1 - Not the driver

if ssnseesssn(1,10000,320) and ssnarea(10000,1) then
set(v1,1)
endif

if eq(v1,1) then
ssntowp(2,1)
endif
Reply With Quote