Search results

  1. R

    Exclude range of specific items from a map

    Now, I'm not sure if this is perfectly easy without being very specific in the script, but does anyone know if there's a way to check if a player has in their inventory/cart a large range of items? Basically looking to exclude customs from being on a map, without having a very long and detailed...
  2. R

    Little help with an if function.

    So, essentially I want to check some things out, can I use the same label for 2 callsubs with a different number of getargs? case 1: callsub Create2,7136,7129,713,929,7137;case 2: callsub Create2,7139,7137,713,950,970,1044; ..... later on..... ...... if ((countitem(getarg(1)) >= @input)...
  3. R

    Specific options within a menu!

    Not going to bother posting the entire script since it's over 4,000 lines and such, but essentially I want to make sure that a menu option will display correctly. Variables #AlootSet1ID1 and so on has been set with an item ID already in the script, so, when creating an if command prior to...
Back
Top