RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Can anyone make a script that.....

0 Members and 1 Guest are viewing this topic.

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
My main looks like this:

Code: [Select]
#==============================================================================
# ? Main
#------------------------------------------------------------------------------
# ???????????????????????????????
#==============================================================================

begin
 
# This variable determines the default font type
  $defaultfonttype = "Tahoma"
  # This variable determines the default font size
  $defaultfontsize = 22

  # ?????????
  Graphics.freeze
  # ????????? (??????) ???
  $scene = Scene_Title.new
  # $scene ?????? main ?????????
  while $scene != nil
    $scene.main
  end
  # ???????
  Graphics.transition(20)
rescue Errno::ENOENT
  # ?? Errno::ENOENT ???
  # ????????????????????????????????
  filename = $!.message.sub("No such file or directory - ", "")
  print("File #{filename} not found.")
end

what do you want me to replace?
(in other words: whats the format?)


(btw, i'm glad your here bliz :) )
« Last Edit: February 03, 2007, 10:41:52 PM by fadark »

just so everyone knows, im 15 years old.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
No problem. :) Replace these lines:

Code: [Select]
# This variable determines the default font type
  $defaultfonttype = "Tahoma"
  # This variable determines the default font size
  $defaultfontsize = 22

with these here:

Code: [Select]
Font.default_name = $defaultfonttype = $fontface = "Tahoma"
Font.default_size = $defaultfontsize = $fontsize = 22
« Last Edit: February 04, 2007, 03:25:54 PM by Blizzard »
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
Holy crap! Thanks a ton to bliz and modern algebra! Thanks guys! now that my game is done, do you two want it? It's my first game so it's only like 5 hours long. :(

Do you guys want to try it out?
« Last Edit: February 04, 2007, 03:59:58 PM by fadark »

just so everyone knows, im 15 years old.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Wow, 5 hours, that's actually not little.
You should post a topic in the Projects/Games section.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Most Mature Member2011 Favourite Staff Member2011 Best Use of Avatar and Signature Space2011 Best Veteran2011 Best RPG Maker User (Scripting)2010 Best RPG Maker User (Scripting)2010 Most Mature Member
Yeah, post it. I'd love to try it out. 5 hours is probably the perfect length for a game. I'm running into the problem that my game is far, far too long and nobody will ever want to play it. Yeah, and thanks Blizz for the troubleshooting - it was my first script.

****
Banned
Rep:
Level 88
I'm basically Yoda's brother

just so everyone knows, im 15 years old.

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
How do I post it?

just so everyone knows, im 15 years old.

***
Rep:
Level 88
Chapters.... well you could use a varible and then in the cms you could add a window section where it will have the current title of the chaper

 self.contents.draw_text(2,0,120,32,  "Chapter",  0)
 self.contents.draw_text(90,0,120,32,  $game_variables[1].to_s, 0)


Of course youw will have to inport the correct numbers such as the loction of the text to display and the varible.  (sorry didn't even realise there was 3 other pages when I posted this XD sorry ))
Project
New project. The other dimention DND
RPG makers challenge http://rmrk.net/index.php/topic,13503.0.html

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
lol, it's okay

just so everyone knows, im 15 years old.

***
Rep:
Level 88
Random-Idiot
Nice site...

Code: [Select]
<img src="file:///C:%5CDOCUME%7E1%5COwner%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_image002.jpg"

yeah.. that will work -_-
ALL HAIL ME™

****
Banned
Rep:
Level 88
I'm basically Yoda's brother
Quote
Code: [Select]
<img src="file:///C:%5CDOCUME%7E1%5COwner%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_image002.jpg"


what is the code you just posted?
« Last Edit: February 15, 2007, 09:31:38 PM by fadark »

just so everyone knows, im 15 years old.

****
Banned
Rep:
Level 88
I'm basically Yoda's brother

just so everyone knows, im 15 years old.