Thread: Custom Wacs
View Single Post
  #8  
Old 08-19-2017, 02:26 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by Z.SpecOps,Age View Post
how about an
the time set?
i need a time set .wac also did .WAC stands for .Words and Conversations?
;Set Time
if never() then
tod(12:00)
endif

;Check Time
if eq(curTOD,12:00) and never() then
endif

NOTE:
TOD isn't advisable with multiplayer maps as the server may be set to keep continuous time of day so WAC may fail.
You should use a real event or other method.

WAC?
World Area Control or World AI Control - something like that.
Reply With Quote