Verincia 0 Report post Posted April 2, 2009 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
0 Nisage 31 Report post Posted April 2, 2009 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 Polraudio 122 Report post Posted April 2, 2009 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 Verincia 0 Report post Posted April 3, 2009 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 Nisage 31 Report post Posted April 3, 2009 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
0 Polraudio 122 Report post Posted April 3, 2009 Nisages way is better but i put together a little demo for you. http://www.box.net/shared/rn7yynuvls Share this post Link to post Share on other sites
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