Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Verincia

[XP/Solved]items for a specified map

Question

Hello, I have a question concerning a certain item in my inventory that I would like to have accessible only on a specific map, in this case my world map. is there an eventing way to do that or do I have to do it through scripting?

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Can the item be in your inventory at any time, but can only be used in the world map? If so, then it can be done with a variable and a common event, if that's not what you ment, then a script probably would help.

Share this post


Link to post
Share on other sites
  • 0

Doing it through eventing would be your best idea. Make it before you go to the world map it puts it in your inventory and when you enter a place it removes it.

Share this post


Link to post
Share on other sites
  • 0
Can the item be in your inventory at any time, but can only be used in the world map? If so, then it can be done with a variable and a common event, if that's not what you ment, then a script probably would help.

 

How would I use the variable?

Share this post


Link to post
Share on other sites
  • 0

Make a variable that equals a Map ID in a Common Event, then in that Common Event the item calls when you use it (the one with a variable), make a Conditional Branch that if variable "Map ID is equal to (let's say 7) 7", you remove the item from inventory and it does whatever you wan it to, else if variable Map ID does not equal 7, nothing happens basicly. You can set the item so its Consumable Setting is on "NO" so that way you don't accidentily use it when you're not in Map ID 7.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...