-
May 3, 2025 at 06:48 #5256
Mybad…its been awhile since I made a map. This script will allow every player and every AI to be able to jump of the tallest building and not die.
The script only needs to be:
fallmps=100
No need for the if never, which means it never happened yet or the endif, which ends the script from happening again.
Every player that enters the game gets assigned a SSN number starting with 10000. If you have 16 slots setup, the SSN numbers start at 10000 to 10016. If you use the 10000 SSN number in a script it only will work in single player mode.
If you had a script that sets off a trigger like:
if ssnarea(player,12) and never() then
wave(BVSV002.wav,400) endif
the first player (10000 – 10016) that reaches the area trigger will start the script, its a one time deal and will never happen again.
Now, if you wanted to have a trigger set off by each individual player like teleporting each player one at a time in stead of the whole group, you would have to set up an Event and open the mission file in notepad and assign each allocated slot an SSN number (10000 – 10016) this will allow any player to trigger the Event and the Event will reset.
Latest 10 Comments