Hi,
I’ve problem with my script_mover.
I’ve some linked info_train_spline_main and simpl script.
Script:
samolot
{
spawn
{
}
trigger jazdaa_1
{
followspline 0 jazda2 50 wait length 32
}
trigger jazdaa_2
{
followspline 0 jazda3 50 wait length 32
}
trigger jazdaa_3
{
followspline 0 jazda4 50 wait length 32
}
trigger jazdaa_5
{
followspline 0 jazda5 50 wait length 32
}
trigger jazdaa_6
{
followspline 0 jazda7 50 wait length 32
}
}
...
...
trigger captured
{
wm_announce "Message"
setstate ammo_r invisible
setstate ammo_c default
trigger samolot jazda_1
trigger samolot jazda_2
trigger samolot jazda_3
trigger samolot jazda_4
trigger samolot jazda_5
trigger samolot jazda_6
}
}
I play… I see “Message” but my script_mover don’t run.
Can u help me?
btw. sorry for my English.