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.
higher level diffrent areas help

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 90
how can i set it to make a map(two map they are both completly the same) but make it so that the transfer player will check his level let's say 5 levels or less  woods(level 5) and if level 10 he would be sent to woods(level 10)

***
Rep:
Level 88
Legend of Mana Fan
Lets see....Use variable control. Turn one variable into the player's level. Then use conditional branch that checks if the variable is 10 or higher.
Game I'm Working on:
-ADVENT-
Progress:
Story: 96%
Maps: 4%
Characters: 70%

**
Rep: +0/-0Level 90
yes but that would only work if there was no more levels after that i still got 15 20 25 and so forth ^^

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
then you'd set it up the same way, just nest it:

like:

Conditional Branch: Player level > 25
    Teleport to Forest Map level 25
Else
   Conditional Branch: Player Level > 20
       Teleport to Forest Map level 20
   Else
      Conditional Branch: Player Level > 15
          Teleport to Forest Map level 15
  etc...

**
Rep: +0/-0Level 90
yeah ok never min i set level 10 equal or less than so when its above 10 it will check for the other conditional branch wich is 15 ^^

lol why did you have to reply when i was posting my updated post ^^