Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Help iwth script (RGSS Player crash)
#3
Code:
class Scene_Zada
 #--------------------------------------------------------------------------
 # * Main Processing
 #--------------------------------------------------------------------------
 def main
   # Make help window, item window
   @help_window = Window_Zada2.new
   @item_window = Window_Zada.new
   # Associate help window
   @item_window.help_window = @help_window
   # Make target window (set to invisible / inactive)
   @target_window = Window_Target.new
   @target_window.visible = false
   @target_window.active = false
   @spriteset = Spriteset_Map.new
   # Execute transition
   Graphics.transition
   # Main loop
   loop do
     # Update game screen
     Graphics.update
     # Update input information
     Input.update
     # Frame update
     update
     # Abort loop if screen is changed
     if $scene != self
       break
     end
   end
   # Prepare for transition
   Graphics.freeze
   # Dispose of windows
   @help_window.dispose
   @item_window.dispose
   @target_window.dispose
   @spriteset.dispose # <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 end
end
Reply }


Messages In This Thread
Help iwth script (RGSS Player crash) - by Whisper - 06-17-2017, 03:05 AM
RE: Help iwth script (RGSS Player crash) - by LiTTleDRAgo - 06-17-2017, 07:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Script compatibility help Lord Vectra 3 3,559 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 12,830 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   "Wait" in the script Whisper 13 13,668 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 14,079 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   RGSS scripting dissections and explinations Siletrea 97 89,899 03-18-2019, 06:46 AM
Last Post: Siletrea
   Help modifying a script Keeroh 7 8,932 06-11-2017, 04:43 PM
Last Post: DerVVulfman
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 8,607 05-31-2017, 05:10 AM
Last Post: Zachariad
   Actor names in Quest Script jreagan406 5 7,589 03-07-2017, 08:06 AM
Last Post: JayRay
   Bizarre issue with Lanzer counter script. Steel Beast 6Beets 2 6,597 10-04-2016, 11:46 AM
Last Post: Steel Beast 6Beets
   Moonpearl script Animated Battlers help!! x(( Starmage 11 13,787 05-21-2016, 05:34 AM
Last Post: Starmage



Users browsing this thread: