Well without further ado, I tried compiling the following script in H2 Guerilla.
Code: Select all
(script command cs_pelican_test
(begin
(cs_fly_by pelican_test/p0)
(ai_erase ai_current_squad)
)
)
When compiling it gives me the following error:
Error in compilation. Error details:
No database entry found which matches arguments for cs_fly_by
So I am asuming I am missing a certain Script reflexive from the scnr tag? Is this right and does anyone know which one I am missing if I am right?
Oh PS: I did read Skayter's scripting tutorial and it didn't mention any command scripts, hence my question!
