Register Free Account

ZetaFlow-Targeter


Created by: AzureDragon


Click to Play!

Rating

0

Lives

7

Plays

40

Wins

7

Bookmarks

0

Comments

2

Date Created

2013-01-27  18:09

Date Modified

2013-01-27  18:09

Top 10

Username Best Time

(?)

crusher00:00:54
Zeke00:00:58
MD00:00:59
Username Best Lives

(?)

crusher0 / 7
Zeke4 / 7
MD7 / 7

Comments (2)

Newest at top

MD


2013-01-28  18:09


Admin
Also, whenever you see MORE_PART#, that means you can put a list of as many numbers as you want. If it just says PART# then you can only have 1 number in there.

MD


2013-01-28  18:04


Admin
Tip: When you want to list parts in the AI code, do so by separating the numbers with commas. Like so:
rotatePartToShip,3,4,5,6

In the helper code, the parameters surrounded in square brackets are meant to be replaced (remove the square brackets). The square brackets are a way of saying [THIS_THING_IS_OPTIONAL]. So, either remove them entirely or replace them. If you want to list multiple things, do so with commas.

So, for example:
>>> rotatePartToShip, PART#, [MORE_PART#]

Good: rotatePartToShip, 5
Good: rotatePartToShip, 5, 6, 7, 8
Bad: rotatePartToShip, 5, [6]
Bad: rotatePartToShip, 5, [MORE_PART#]

There should never be special symbols in the AI code. These are bad: [ ] &

Cheers


Play!