-
July 28, 2025 at 12:44 #5527
Hi George
No you have misunderstood the use of this wac command.
First rule when making a coop map: Never use player ssn “10000” because it only refers to the first player entering the game – usually the host.
Then the rest of the players would not be able to trigger it.When you use ssnride in your wac, you only have to refer to the object that players step on – not the player.
This is why it works for anyone.So in the example I sent to you on mail, I used the example of any player stepping on a concrete slab in the ground.
if never and ssnride( ID of concrete slab ) then
text(“Stepped on it”)
endifNow if you want to adjust your example, then simply input the vehicle id instead.
I hope it makes sense?
Latest 10 Comments