2015-04-03 14:34:07 +00:00
|
|
|
ACTOR InterpolationPoint native
|
2008-08-08 22:52:04 +00:00
|
|
|
{
|
|
|
|
+NOBLOCKMAP
|
|
|
|
+NOGRAVITY
|
|
|
|
+DONTSPLASH
|
|
|
|
RenderStyle None
|
|
|
|
}
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
ACTOR InterpolationSpecial native
|
2008-08-08 22:52:04 +00:00
|
|
|
{
|
|
|
|
+NOBLOCKMAP
|
|
|
|
+NOSECTOR
|
|
|
|
+NOGRAVITY
|
|
|
|
+DONTSPLASH
|
|
|
|
}
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
ACTOR PathFollower native
|
2008-08-08 22:52:04 +00:00
|
|
|
{
|
|
|
|
+NOBLOCKMAP
|
|
|
|
+NOSECTOR
|
|
|
|
+NOGRAVITY
|
|
|
|
+DONTSPLASH
|
|
|
|
}
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
ACTOR ActorMover : PathFollower native
|
2008-08-08 22:52:04 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
ACTOR MovingCamera : PathFollower native
|
2008-08-08 22:52:04 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|