RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Two request for RPG maker XP PK

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 87
I am your Executioner.
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!

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
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.
Watch out for: HaloOfTheSun

**
Rep: +0/-0Level 87
I am your Executioner.
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?
« Last Edit: March 29, 2007, 02:34:23 AM by XtheExecutioner »
OF HELLS DESIGN. IMPOSSIBLE IS NOTHING!

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
common event, but make sure you have an event trigger its switch.
Watch out for: HaloOfTheSun