
shadowfox;199725 said:Mode 7 Demo - View First post to edit map setting.
Atemu;199915 said:@shadowfox: I'm not on my own PC right now, that's why I asked. :|
shadowfox;199920 said:I wasn't aware of that. So here's a screenie
http://img457.imageshack.us/img457/8674/dns1ny6.th.png[/IMG]
all that on the Map name would be similar to the screenshot posted.
the [#50] would be the angle
Her system requires you to actively edit the default scripts, but it does work and only shows the map name properly... no codes.Show Map Name Script
http://hometown.aol.com/Der%20VVulfman/ ... SCRIPT.PNG[/IMG]http://hometown.aol.com/Der%20VVulfman/Files/RMXP/RMXP-ORG/Forum_Icons/FORUMS.PNG[/IMG]
by lambchop (05-26-2006)
A simple script that shows you how to have the name of your map appear on screen while you walk around.
class RPG::MapInfo
def name
return @name.gsub(/\[.*\]/) {""}
end
#--------------------------------------------------------------------------
def name2
return @name
end
end