Jump to content

Search the Community

Showing results for tags 'Array'.



More search options

  • Search By Tags

    • array ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. View File Array manipulation functions This script provides various array manipulation functions, and more might be added in the future. All of those functions (except the arithmetic ones) work with both integer and string arrays. The start of the array is alw...
  2. Version v10

    296 downloads

    This script provides various array manipulation functions, and more might be added in the future. All of those functions (except the arithmetic ones) work with both integer and string arrays. The start of the array is always implicitly index 0, unless an index is specified, ie @array[index]...
  3. Hello, I want to set a permanent character variable that calls from an array. For example, my variable set up: setarray(variable$[0], "value_1", "value_2", "value_3" ); And then call array to set the variable: variable$[2] = 1; It seem...
  4. Example Array = 1,2,3,4,5; if(Class == Swordman) Add value: 6,7,8; if(Baselevel > 90) Add value: 9,10; Final Array: 1,2,3,4,5,6,7,8,9,10;
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.