ID:134106
 
OK on the game SGO (Star Gate Online: http://games.byond.com/hub/Yurgeta/StargateOnline#online ) There is this thing called a Radio and theres this command called Set-Frequency and then you type in a number and hit ok and *walla* the radio is set to that frequency.
Background info on my question: I input this command for a macro
Set-Frequency Radio "3"
and it doesn't get set to three, it says an error about it being invalid.
My question is this: How do I macro a command with numbers in it?
Set-Frequency Radio 3 would be the macro if it uses an integer (number) instead of a string.