Search results

  1. A

    Two-variable gCLI alias?

    I'm trying to make a gCLI alias that removes an item from the mall store and puts it back at a new price. Something like: rprice [1,2] => shop take %[1]; shop put %[1] @ %[2]; Where 1 is the item name and 2 is the new price. Is there a way to use two variables in gCLI commands, or will it...
Top