- Joined
- Sep 15, 2017
- Messages
- 63
- Reaction score
- 13
- First Language
- Telepathy
- Primarily Uses
- RMVXA
I have placed Modern Algebra's script for the Quest Journal in the correct slot and it works perfectly.
However, when I refer to an item id (028), I get an error message (invalid octal digit).
when 2 # Quest 2 - Ms Fisher's Fish
q[:name] = "Fish for the Inn"
q[:icon_index] = 028
I have already tried inserting the number as a string and getting rid of the zero but the program crashes.
I'm very new to 'ruby so can anyone tell me how to fix it?
Thank you in advance!
However, when I refer to an item id (028), I get an error message (invalid octal digit).
when 2 # Quest 2 - Ms Fisher's Fish
q[:name] = "Fish for the Inn"
q[:icon_index] = 028
I have already tried inserting the number as a string and getting rid of the zero but the program crashes.
I'm very new to 'ruby so can anyone tell me how to fix it?
Thank you in advance!

