| 05-04-2005, 11:18 PM | #1 |
Is it possible for a function to take an array as parameter? I keep getting compile error when I type simply function whatever takes unit array a returns nothing I have tried integer, same result, any ideas? |
| 05-05-2005, 12:04 AM | #2 |
No direct way. You can simulate an array with game cache and make the argument take an integer or string that points to that fake array . though And you should post in the right forum / moved |
