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.
Zelda script

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 89
how do you make it so that is you die you dont die you just get a gameover screen but rhe person does not die and get to continue and it ask you were you want to start like "start from house" and "starts a church"

Can you make a script for this and another would be "load" and "start from last dungeon"

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Do you mean like restart from hotel? or somethiing

http://www.dubealex.com/asylum/index.php?showtopic=2709
Watch out for: HaloOfTheSun

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
Quote
def update
¦nbsp;  if Input.trigger?(Input::C)
¦nbsp; ¦nbsp;  $game_temp.gameover=false
¦nbsp; ¦nbsp;  case $game_variables[X]
¦nbsp; ¦nbsp; ¦nbsp;  when y
¦nbsp; ¦nbsp; ¦nbsp;  $game_map.setup(map_id)
¦nbsp; ¦nbsp; ¦nbsp;  $game_player.moveto(map_x, map_y)
¦nbsp; ¦nbsp; ¦nbsp;  $scene=Scene_Map.new
       $game_map.refresh
¦nbsp; ¦nbsp; ¦nbsp;  when ...
¦nbsp; ¦nbsp;  end
¦nbsp;  end
 end

This would be cool in my game too... but how do you use it? I don't know where to put it...
&&&&&&&&&&&&&&&&