Home   Help Search Login Register  

Author Topic: Can't post function  (Read 1167 times)

0 Members and 1 Guest are viewing this topic.

Offline General Barron

  • Former Staff
  • ****
  • Semper Fi!
Can't post function
« on: 02 Oct 2003, 09:13:57 »
Ack! I can't post my funtion! Its giving me the following error:

Quote
Your function's operands ([Object, Array]) are not valid!

The following operands are not valid types: objectarray

You may use [] to define arrays, <> around optional values, and commas (,) between operands.

Valid types are:

Any Value
Anything
Array
Boolean
Group
If Type
Nothing
Number
Object
Object or Group
Side
String
While Type

In the "Operands" field, I typed: [Object, Array].

What am I doing wrong? Help? :-\
HANDSIGNALS COMMAND SYSTEM-- A realistic squad-control modification for OFP
kexp.org-- The best radio station in the world, right here at home! Listen to John Richards!

Offline toadlife

  • OFPEC Old Skool
  • Former Staff
  • ****
  • Official OFP Editing Center Toad
    • toadlife.net
Re:Can't post function
« Reply #1 on: 03 Oct 2003, 20:41:31 »
You're not doing anything wrong. The function section is a bit bugged in this area.

Try just putting 'array'.

You can explain it further in the comments section.

EditALso, I'll see if I can fix it, but can't make any promises.
« Last Edit: 03 Oct 2003, 20:42:13 by toadlife »
"Whenever you want information on the 'net, don't ask a question; just post a wrong answer." -- Cancer Omega.

Offline toadlife

  • OFPEC Old Skool
  • Former Staff
  • ****
  • Official OFP Editing Center Toad
    • toadlife.net
Re:Can't post function
« Reply #2 on: 03 Oct 2003, 20:44:24 »
Oops. Actually what you're trying should work. TRy eliminating any spaces when you type the operands so it looks like this:


[object,array]

and not this...

[object, array]
"Whenever you want information on the 'net, don't ask a question; just post a wrong answer." -- Cancer Omega.