Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 "Wait" in the script
#1
Hello everyone
I've got (hopefully) simple question.
How I can put "wait" into script? I have CMS script and I made automatic animation when character is giving something away. Problem is that I would like animation to show first and message appeared after but I can't find the way. Animation and message appearing in the same moment.

Code:
if @od_text
      $game_player.animation_id = 5
      @oo_box = Window_MessageOoBox.new(x, y - 16, "   Given  ")
      @oo_box.back.opacity = 0 if $game_system.message_frame == 1
      @oo_box.z = self.z
      @od_text = nil
    end

Any simple solution to solve it?
Have a good one!
Reply }


Messages In This Thread
"Wait" in the script - by Whisper - 02-23-2020, 12:29 AM
RE: "Wait" in the script - by kyonides - 02-23-2020, 02:57 AM
RE: "Wait" in the script - by Whisper - 02-24-2020, 12:07 AM
RE: "Wait" in the script - by DerVVulfman - 02-24-2020, 01:10 AM
RE: "Wait" in the script - by Whisper - 02-24-2020, 02:05 AM
RE: "Wait" in the script - by DerVVulfman - 02-24-2020, 05:47 AM
RE: "Wait" in the script - by DerVVulfman - 02-24-2020, 04:10 AM
RE: "Wait" in the script - by kyonides - 02-24-2020, 04:46 AM
RE: "Wait" in the script - by Whisper - 02-24-2020, 05:21 PM
RE: "Wait" in the script - by kyonides - 02-24-2020, 07:32 PM
RE: "Wait" in the script - by DerVVulfman - 03-08-2020, 04:08 AM
RE: "Wait" in the script - by Whisper - 04-28-2020, 02:59 AM
RE: "Wait" in the script - by DerVVulfman - 04-28-2020, 03:14 AM
RE: "Wait" in the script - by Whisper - 04-28-2020, 04:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Script compatibility help Lord Vectra 3 3,504 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 12,706 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Skill Cooldown script Fenriswolf 11 13,948 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   Help iwth script (RGSS Player crash) Whisper 3 6,474 06-17-2017, 05:03 PM
Last Post: Whisper
   Help modifying a script Keeroh 7 8,856 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,528 05-31-2017, 05:10 AM
Last Post: Zachariad
   Actor names in Quest Script jreagan406 5 7,533 03-07-2017, 08:06 AM
Last Post: JayRay
   Bizarre issue with Lanzer counter script. Steel Beast 6Beets 2 6,566 10-04-2016, 11:46 AM
Last Post: Steel Beast 6Beets
   Moonpearl script Animated Battlers help!! x(( Starmage 11 13,706 05-21-2016, 05:34 AM
Last Post: Starmage
   Visual PaperDoll Equipment Script JayRay 0 3,880 02-16-2016, 03:44 AM
Last Post: JayRay



Users browsing this thread: