Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Issues with a custom weather script
- Original author: mason_7
- Original date: July 14, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/issues-with-a-custom-weather-script.111050/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
Hello! I am rather new with scripting, and I'm having some problems with a script I pulled online, I'll link the script bellow. Link: https://rpgscripts.blogspot.com/2012/08/weather-effect.html I keep getting the following error whenever I try to call for a weather effect: {
Archived First Post
Hello! I am rather new with scripting, and I'm having some problems with a script I pulled online, I'll link the script bellow.
Link: https://rpgscripts.blogspot.com/2012/08/weather-effect.html
I keep getting the following error whenever I try to call for a weather effect:
(https://www.dropbox.com/s/gcp2evgu5g3o2rm/2019-07-13 (1).png?dl=0)
"Script 'Game_Interpreter' Line 1411: NoMethodError occurred. undefined method 'weather' for nil:NilClass"
This is how I am trying to script call:
$game_screen.weather(11, 20, 60)
Is the problem simply how I am trying to call in the effect? The game runs smoothly up until it reaches this call, so I am assuming (and hoping) I am just not calling it correctly. Sorry if this is a really simple issue, but I've tried calling the script multiple different ways and I'm not getting anything but the same crash.
I didn't notice till after I had placed the script in, but it does seem to be for VX, and I'm not sure if the default scripts are very different between them. Is that the only issue? If so, is it a simple matter of tweaking or would it be too complex to reformat on my own?
Thank you in advance for any help I can get!
Link: https://rpgscripts.blogspot.com/2012/08/weather-effect.html
I keep getting the following error whenever I try to call for a weather effect:
"Script 'Game_Interpreter' Line 1411: NoMethodError occurred. undefined method 'weather' for nil:NilClass"
This is how I am trying to script call:
$game_screen.weather(11, 20, 60)
Is the problem simply how I am trying to call in the effect? The game runs smoothly up until it reaches this call, so I am assuming (and hoping) I am just not calling it correctly. Sorry if this is a really simple issue, but I've tried calling the script multiple different ways and I'm not getting anything but the same crash.
I didn't notice till after I had placed the script in, but it does seem to be for VX, and I'm not sure if the default scripts are very different between them. Is that the only issue? If so, is it a simple matter of tweaking or would it be too complex to reformat on my own?
Thank you in advance for any help I can get!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...