@Kelsper
Great Guide!!
@Wild_Bill236
1: end credits. a scrolling end credits not on the side but in the middle of the screen.
Event -> Display Movie
=======================================================
This isn't "beginner" and is definately not "general". This is a remarkably specific request.
2: 2-handed sword equipped with a shield. in one of my game i'm gonna be working on in the future, i want one of my characters to be able to equip a 2-handed sword and a shield.
=======================================================
3: a shop with choices. a weapon shop that asks you if you wanna buy something, if you answer yes he ask if you want to buy weapon, armor, or accessory. the items he has for sell depends on your answer.
Event -> Display Choices
=======================================================
Again, this isn't beginner or general...
4:location on the map. i been trying to figure out how to make an item or skill where when i use it, it tells me my location on the map like in the original dragon warrior game.
As best as I can tell you'd either require a script, or have to set "Get location" and have a variable to recieve it... then have a conditional branch based on the range of [x,y] from that variable... and set each branch to display a picture (mini-map) or a message.
Edited by Levi W, 26 June 2012 - 04:14 PM.