This doesn't work, because the row under comment is taken as comment to.
Code: Select all
sub exploit()
#Comment with \ backslash
uo.print('Hello')
end sub
#This works, because I haven't used any backslash.
Code: Select all
sub hello()
#Comment with no backslash
uo.print('Hello')
end sub
I found it when I was using uo.playwav("C:\...") and I tried to put rows like this into comment.
I use ver. 505.18.