@HW also wirklich, daran hätteste auch denken müssen
Scripts
Scripting - Fragen/Probleme
ai_stay oder
freeze
http://stranded.unrealsoftware.de/s2_states.php
Hilfe
script=begin
on:impact {
$distance = ((500.0 - playerdistance("self")) / 500.0)*-1;
if ($distance<0)
{
$distance=0;
}
$blur = $blur + $distance;
flash 255, 255, 255, 0.05, $distance*1.5;
}
script=end
$distance = ((500.0 - playerdistance("self")) / 500.0)*-1;
$distance = (((500.0 - playerdistance("self")) / 500.0)*-1);

seqimage ein problem: die maskierung funzt nicht. ich hab mal etwas rumexperimentiert:
on:start {
seqstart 0,1;
seqimage 0,"sys/gfx/title.bmp",1;
seqend 10000;
)