Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Khoa's Scrollable Map Name v1.0

Khoa

Member

Introduction:
Hi everyone, I'm new with RGSS and this is the first script I post here (^^)
This script help you draw a scroll and show or hide your map name with hotkey (Y button or S key).

Screenshot:
http://i43.servimg.com/u/f43/11/73/57/85/map10.png[/img]

Download: Mediafire

Script:
Code:
#==============================================================================
# Khoa's Scrollable Map Name Script v1.0
# Author : Dang_Khoa (TrÆ°Æ¡ng Ä
 

Khoa

Member

Thank you, hanmac (^^)
Could you please tell me where to edit it because i don't know how to use it (^^)
 
if $mpname[@map_id].name.include?("[") and $mpname[@map_id].name.include?("]")
      index = $mpname[@map_id].name.index("[")
      temp = $mpname[@map_id].name[index+1].chr
      $mpname[@map_id].name.delete!(temp)
      $mpname[@map_id].name.delete!("[")
      $mpname[@map_id].name.delete!("]")
    else
      $mpname[@map_id].name
    end   
    if $mpname[@map_id].name.include?("*")
      $mpname[@map_id].name.delete!("*")
    else
      $mpname[@map_id].name
    end
@khoa: cái lệnh đó thay cho mấy dòng này đó
ko biết tiếng anh :D
i dont know more about English,sry
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top