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.
Help!

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 88
How do I create a system where my hero get's off a horse he got onto whenever the player presses the 'A' button[given that he is on it].
I need to show a message[Do you want to dismount?], Ask for a reply[yes or no], then if the player says yes, create an event for a horse just behind the player and change the player graphic. I can't do it using events... It's some thing like
if Input.trigger?(Input::A)
... SOMETHING HAPPENS ...
 end

Please tell me what I should replace "...SOMETHING HAPPENS..." with...
« Last Edit: October 09, 2006, 12:02:38 PM by vikk »
OMG I have bad karma!

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Actually you CAN do it using events. Make a common event using the "Change Actor graphic" event command. I have a transforming event myself, it looks like this here:

Click me

You will only need to change some minor details. (Don't let yourself get confused by the 2 Soul Blades, these are 2 weapons with the same name, but different icons.)
Don't forget to turn on the switch that is set as precondition when you approach a horse.
« Last Edit: October 07, 2006, 11:26:58 AM by Blizzard »
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*****
<3
Rep:
Level 90
yea, like bliz pointed out, it can be easily done with events. A more simpler way might be...

<>Conditional Branch: [Hero] graphic is whatever the horse one is
<>Conditional Branch: The button "A" is pressed.
<>Message: Do you want to dismount?
<>Show choices: Yes, No
<>[Yes Handler]
<>Change Actor Graphic: (self explainitory)
<>[No Handler]
<>Branch End (or something else)
<>[Else Handler]
<>End event
<>[Else Handler]
<>End event
<>

Hope you understand this, I did this straight from my head so mistakes could of been made (best if you follow bliz's example, this is just if you have no idea what the hell he is going on about, which I highly doubt)

~Winged



**
Rep:
Level 88
Thanks a lot! but how do I create an event behind the player when he presses a certain key. For example the player can't enter a house when he is on a horse but if he dismounts and goes inside the house, when he comes back out, the horse should still be there so he can remount.
« Last Edit: October 12, 2006, 01:59:42 PM by vikk »
OMG I have bad karma!