10-10-2009, 09:06 PM
You forgot the quotes.
$Book_Scroll.new("missing.txt", 2, 1, 255, 100)
Oh, and you can use single or double quotes, like this:
$Book_Scroll.new('missing.txt', 2, 1, 255, 100)
I hear that single quotes (for some reason) use less resources. Dunno if that is true or not. But *heh* whatever works, right?
$Book_Scroll.new("missing.txt", 2, 1, 255, 100)
Oh, and you can use single or double quotes, like this:
$Book_Scroll.new('missing.txt', 2, 1, 255, 100)
I hear that single quotes (for some reason) use less resources. Dunno if that is true or not. But *heh* whatever works, right?