
I search it and the error doens't exists.Shadow Lich said:Just do a search for this in the script: ©
There should be three of them.
Yes, just see the demo.Kest":383uw2cf said:Is there a command to temporarily skip the letter by letter function? Would be good for choice windows.
Still there. Are you sure you checked the one you posted in this topic? That's the one I was talking about not the one in the demo.def hex_convert©
return c.to_i if c[/[0-9]/]
case c
when 'a' then 10
when 'b' then 11
when 'c' then 12
# Letter by letter mode
@letter_by_letter = true
# Lettter by letter mode's speed
@speed = 3
that should be enough to help you find them, should you wish to fix the post before your next update.Slipknot said:Letter by Letter Message Window
Version: 1.1
Last Update
August 16, 2006
.....
Code:... [COLOR=red]def hex_convert©[/COLOR] .... [COLOR=red]eval_text©[/COLOR] ...
I can't release it cuz I'm having a problem with the autoclose.trebor678 said:Hey, any heads up on the next release and when it will be out?
Thanks :D
Thanks for that.I meant that I had fixed the script for myself but was pointing out the error for you to fix in your post to help out anyone who downloads it instead of your demo.