screepers / screeps-multimeter

The most useful tool on your screeps workbench.
MIT License
89 stars 28 forks source link

Aliases - Added basic support for "raw" parameter passing via $*N syntax #6

Closed Dessix closed 7 years ago

Dessix commented 7 years ago

This lets you use $*1, $*2, etc to pass parameters with their .toString() output instead of their JSON form. I wanted to be able to use integers in parameters without having to parseInt on the other side of it, and this resolves that constraint.

CGamesPlay commented 7 years ago

Great! Thanks for implementing this.