#I can't understand the command features
1 messages · Page 1 of 1 (latest)
What do you want to know?
Go to mission editor
Event editor
Use the list of commands in https://skinny-trail-2df.notion.site/Jet-Attack-Move-Mission-Editor-a6863a0e0eea4be6b9c10cc1a4ce18db
If you go to the bottom it explains how events work iirc
Like how to type the event like should it be capitalised or we should space between them
And what are the basic commands
Capitalization doesn’t matter
For syntaxes add a space (like sethealth <jet> <amount> is going to look like sethealth player 999)
To add multiple to a line just use a comma (spaces don’t matter) “a, b,c, d,e f”
If you set a time or event to something that isn’t in the list it’ll trigger whatever you type in there (so you can have a event trigger a custom one)
So I can make an event A which triggers B and or another existing event like addpoints 30
Could you pls send a photo
And what is troop movement
Like move to target and direct waypoint
Just start trying to make stuff in mission editor and you’ll start piecing things together and you can ask when you need help
Direct waypoint is waypoint (nodes which let you set the points a ally/enemy will move to) but instead of being relative (it’ll keep the same relative distance away from a waypoint) it’ll go through them
You won’t really use move to target at all
Use waypoints or time it with a specific time or event
Timing is easiest, events make it so it will trigger more flexibily (can make it so it doesn’t happen until the player does something first), and waypoints means the bomber drops it at the exact point you want it to
I’d use waypoints since you can decide where the plane flies easiest (make it trigger event when it flies over)
Got it thanks