The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => Topic started by: XtheExecutioner on March 27, 2007, 12:50:35 AM

Title: Two request for RPG maker XP PK
Post by: XtheExecutioner on March 27, 2007, 12:50:35 AM
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!
Title: Re: Two request for RPG maker XP PK
Post by: :) on March 27, 2007, 12:57:53 AM
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




Code: [Select]
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.
Title: Re: Two request for RPG maker XP PK
Post by: XtheExecutioner on March 29, 2007, 02:28:49 AM
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?
Title: Re: Two request for RPG maker XP PK
Post by: :) on March 29, 2007, 02:37:39 AM
common event, but make sure you have an event trigger its switch.