Forum Discussion
sstrell
Super Contributor
1 year agoGet rid of puts in front of your master_read_32 commands. You're sending the command directly through System Console to perform an operation, not sending a text string.
Also, you should be using claim_service instead of open_service. open_service has been deprecated.