- Joined
- Aug 1, 2015
- Messages
- 91
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RMMV
NOTICE: I WAS FRUSTRATED WHILE (unsuccessfully trying to) CREATE A SCRIPT.
Please remove the "NoMethodError" in RPG Maker VX Ace. It prevents beginner programmers (like me) from creating versatile scripts in Ruby. I will show you an example.
if $game_actors[1].class.id == 1 then
(rest of code)
end
The error message says:
undefined method '[]' for nil:NilClass
How does this make any sense? It just throws out an excuse. Fail.
Please remove the "NoMethodError" in RPG Maker VX Ace. It prevents beginner programmers (like me) from creating versatile scripts in Ruby. I will show you an example.
if $game_actors[1].class.id == 1 then
(rest of code)
end
The error message says:
undefined method '[]' for nil:NilClass
How does this make any sense? It just throws out an excuse. Fail.
Last edited by a moderator:
