Thread: Kuwait wars
View Single Post
  #32  
Old 07-28-2017, 04:33 AM
SpecOpsSniper is offline SpecOpsSniper
SpecOpsSniper's Avatar
Registered User

Join Date: May 2017
Location: Earth
Posts: 326

..........

Quote:
Originally Posted by stompem View Post
Use parentheses text("Text Here")

if previous(3) and never() then
text("The main road is littered with hundereds of armed insurgents.")
text("so lock and load!")
endif


This will work

if previous() and never() then
text("The main road is littered with hundereds of armed insurgents.")
text("so lock and load!")
endif


Or use chain for 3 seconds after triggered

if chain(3) and never() then
text("The main road is littered with hundereds of armed insurgents.")
text("so lock and load!")
endif
the wac does not work it crashes my computer.......
Reply With Quote