Thread: WACed out AI
View Single Post
  #5  
Old 12-16-2009, 01:56 PM
MERMITE is offline MERMITE
Registered User

Join Date: May 2006
Posts: 736

Your wac speak is correct but your grammer is cr@p, once you get past 30-45 seconds wac gets dirty, use the game clock to trigger, assume your game time(TOD) is
1500 (3PM), or consider other trigger, I prefer SSNnearSSN(me,item,3m dist)
also you may have to SSN_isRED,check that with game wac, is for items with motors
only used sometimes not always, depends on item?


if never() and eq(CurTOD,15:00) then
text("15:00") //placeholder trig
endif
if chain(10) then
ssn2ssn (577,573)
ssn2ssn (578,574)
ssn2ssn (606,603)
endif

if never() and eq(CurTOD,15:02)then
ssntowp (603,7)
endif

if never() and eq(CurTOD,15:05) then
ssntowp (573,5)
endif

if never() and eq(CurTOD,15:10) then
ssntowp (574,6)
endif

Go and extract some wacs from the game pff have a look but pratice pratice

and practice somemore

"M"
Reply With Quote