- Joined
- Apr 3, 2013
- Messages
- 1,455
- Reaction score
- 1,297
- First Language
- Broken English.
- Primarily Uses
- N/A
I want to use the following script call
To load a specific save file.
The problem is that I get the following message:
Any ideas?
DataManager.load_game(x)
Sound.play_load
Fiber.yield while $game_message.visible
screen.start_fadeout(30)
wait(30)
$game_system.on_after_load
SceneManager.goto(Scene_Map)
Sound.play_load
Fiber.yield while $game_message.visible
screen.start_fadeout(30)
wait(30)
$game_system.on_after_load
SceneManager.goto(Scene_Map)
The problem is that I get the following message:
Script 'Khas Awesome Light Effects' line 976: NoMethodError occurred.
undefined method 'bitmap' for nil:NilClass
undefined method 'bitmap' for nil:NilClass

