home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 2000 January
/
CD-Gamer_2000-01_04_cd.bin
/
games
/
phoenix.exe
/
Scripts
/
alias
/
Cameras.txt
next >
Wrap
Text File
|
1999-02-04
|
620b
|
35 lines
@R_SHOULDER_CAM1::
Timer($1)
Label(&1)
Position Camera($2.ANG*[4000,-2000,-4000]+$2.POS)
Target Camera($2.ANG*[-4000,-2000,4000]+$2.POS)
If(Timer): Goto(&1)
ENDALIAS
// to use:
// @R_SHOULDER_CAM1{4000|Billy}
@WARPINCAMERA1::
Position Camera($1.POS)
Camera Velocity($2.POS-$1.POS:9)
Timer($3)
Label(&1)
Target Camera($2.POS)
If(Timer): Goto(&1)
ENDALIAS
// to use:
// @WARPINCAMERA1{Camera1|John|4000}
@TRACKCAMERA1::
Position Camera($1.POS)
Timer($3)
Label(&1)
Target Camera($2.POS)
Track Camera($2.POS)
If(Timer): Goto(&1)
ENDALIAS
// to use:
// @TRACKCAMERA1{Camera1|John|4000}