intersect – Talk

From Bohemia Interactive Community
Revision as of 20:44, 11 February 2007 by SoldierIsNotHistory (talk | contribs)
Jump to navigation Jump to search

I have some trouble using this command.

I write: _namedSelection = [_dest, "VIEW"] intersect [_srcPos, _destPos] with _dest object used to test, _srcPos and _destPos, two array of 3 dimensional Pos.

And ArmA is saying: _namedSelection = [_dest, "VIEW"] |#| intersect [_srcPos, _destPos] Error Type Any, expected Number.

I have some trouble or i am a noob maybe...

Any idea?

--SoldierIsNotHistory 20:01, 10 February 2007 (CET)

Soem of your variables seem to be undefined. --raedor 11:17, 11 February 2007 (CET)

Ok, thx you are right, i need to read my script before posting.

But another question, is there a way to know list of string we can put in second parameter?

I am just asking for syntaxes --SoldierIsNotHistory 19:44, 11 February 2007 (CET)