- 7
- Posts
- 8
- Years
- Seen Jul 15, 2023
Hi, I'd like to display the current weather at the top of the screen similar to having a Status condition. Does anyone know a simple way to do do this?
I tried:
#---------------------------------
# Draw weather icon
if @battle.pbWeather == :Calm
imagePos.push(["Graphics/Pictures/Battle/icon_mega",@spriteBaseX+8,34])
end
#---------------------------------
This issue was pbWeather wasn't defined in the current script and I don't know the best way to do it.
Ideally I want to display the 5 new weather types I added.
I tried:
#---------------------------------
# Draw weather icon
if @battle.pbWeather == :Calm
imagePos.push(["Graphics/Pictures/Battle/icon_mega",@spriteBaseX+8,34])
end
#---------------------------------
This issue was pbWeather wasn't defined in the current script and I don't know the best way to do it.
Ideally I want to display the 5 new weather types I added.