but when i compile in sapien get this error
script type must be "startup" "dormant" "continuous" or "static" .: <dormant>)(ai_command_list_advance <marineteleporter>)

![]() |
![]() |
well, you dont want the <>'s, they are manly markers to show variablesinferno wrote:my script is (script <dormant>)(ai_command_list_advance <marineteleporter>)
Code: Select all
(script dormant bob
(ai_command_list_advance marineteleporters)
)
![]() |
![]() |
Code: Select all
(script startup tele
(sleep_until
(volume_test_objects trig_1
(players))15)
(ai_command_list_advance marineinfantry))
Code: Select all
(script startup No_fallout
(begin
(set rider_ejection 0)
)
)