Main Menu
  • Welcome to The RPG Maker Resource Kit.

Two request for RPG maker XP PK

Started by XtheExecutioner, March 27, 2007, 12:50:35 AM

0 Members and 1 Guest are viewing this topic.

XtheExecutioner

ok i have just two request hopefully they will be easily answered.

First off i've seen a tut posted a long time back on how to make ur character jump i was wondering if some one has or can make up a more up to date one. Also i'd like to know how i can get my intro event to only appear once in the game unless some one starts a new one.


thank you i hope i'll have a few replies soon!
OF HELLS DESIGN. IMPOSSIBLE IS NOTHING!

:)

end of intro event, add "erase event" or best way turn self switch "_" on, new page and on the top left have the self switch checked off. leave this page blank


Quote from: feildmaster on December 29, 2006, 04:18:06 PM



conditional branch "jump shoes" equiped
conditional branch "key" is pressed
Conditional branch player facing right
player move - jump +0, +2
end
conditional branch player facing left
player move - jump +0, -2
end
conditional branch player facing up
player move - jump +2, +0
end
conditional branch player facing down
player move - jump -2, +0
end
end
end



notice first thing says JUMP SHOES, get rid of that. he made this for someone who wanted to only allow jump when shoes on.
Watch out for: HaloOfTheSun

XtheExecutioner

#2
ah well i did the Intro thing already i tried it and  worked i'll try to do the shoe thing see if it works...


thnx

Edit: Yea the code for the jump thing didn't work, it was suppose to be a common even right? Or was it suppose to be a regular event?
OF HELLS DESIGN. IMPOSSIBLE IS NOTHING!

:)

common event, but make sure you have an event trigger its switch.
Watch out for: HaloOfTheSun