|
|
Delta Force Reload Forums / Wac Files / Moving spawn or tricking players spawns |
|
 |
|
|
Iceman
|
posted on 29-5-09 at 17:12 |
|
|
Moving spawn or tricking players spawns
Not terribly familiar with NILE either ... teleport and the med is easy
I believe with NILE you will always teleport to the first marker in the map. Experiment with this and see how ya go
if event(1) then //use whatever to trigger the teleport
teleport(1,0)// Teleports Group 1 to teleport marker
endif
if chain(2) then
removeSSN(50) // 50 being the SSN number of the teleport marker
endif
if event(2) then
teleport(1,0) // because the first marker was removed, this will take it's place and be the first marker
endif
Submitted by Ozferal
|
|
|
Delta Force Reload Forums / Wac Files / Moving spawn or tricking players spawns |
|
 |
|
|