-
The Mist replied to the topic Re Spawning enemy in a different location in the forum MAPPING QUESTIONS 8 years, 6 months ago
Ok here is the coding i used in IC tried it but it doesn’t work in AW2.
if never() and ssndead(1711) then
set(v5,1)
endifif never() and ssnalive(1711) and eq(v5,1) then
ssn2ssn(1711,67203)
ssnuse(1711)
endifif chain(3) then
ssnrelease(1711)
ssntowp(1711,1)
endif -
The Mist started the topic Re Spawning enemy in a different location in the forum MAPPING QUESTIONS 8 years, 7 months ago
Can anyone remember the correct syntax to get enemies to respawn at a truck for eg once they get killed? The code i have worked in IC years ago but doesn’t work in aw2. Can anyone help?
-
-
-