Sha256: 1bdd5dd2852dc1e8d0fa81112ffec086aa264cc995da19aae6ac44c1fb33558b

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

def demo_entity_message
  Oneshot.msgbox Oneshot::Msg::INFO, "[...Who am I kidding. Of course I don't.]"
  Oneshot.msgbox Oneshot::Msg::ERR, "[If you DO decide to visit this world again, #{$game_oneshot.player_name}... I won't be looking forward to it at all.]"
  Oneshot.msgbox Oneshot::Msg::ERR, "[I'm so tired.]"
  Oneshot.msgbox Oneshot::Msg::ERR, "[Goodbye.]"
  Graphics.frame_reset
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rmxp_extractor-1.8 Scripts/Demo.rb
rmxp_extractor-1.6 Scripts/Demo.rb