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]How to repeat an event?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Kotae Wa Kitte Nai...ii?
I was wondering how do you repeat an event like:
Code: [Select]
Conditional Branch : If A button pressed
Change Sprite Sora to Sora attack
 else
Conditional Branch : If Z button pressed
Change Sprite Sora to SoraCast
 
So how do I make it so it keeps repeating?

Please Help ;9
Dude do you break dance?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Watch out for: HaloOfTheSun

***
Rep:
Level 87
...I'M HUNGRY! Food plawks
Heh, you had the same idea as me. You making something like a character switching system I guess? Just make it a common event and set it as a paralell process. I had to add alot of other stuff to make it work right though, so if you have trouble I can show you how I did it. Also, is this for an ABS? More info pl0x.


...Or you could be doing something completely different, in which case I wish you luck! ;D

*
A Random Custom Title
Rep:
Level 96
wah
Code: [Select]
Conditional Branch : If A button pressed
Change Sprite Sora to Sora attack
 else
Conditional Branch : If Z button pressed
Change Sprite Sora to SoraCast
 
Something's off here. There is an else between the two conditional branches and no end. o0 For both.

***
Rep:
Level 87
Kotae Wa Kitte Nai...ii?
You mean if the event is common it will just repeat?
Dude do you break dance?

*
A Random Custom Title
Rep:
Level 96
wah
A common event just means that it will work in all maps. Add a "Loop" at the beginning and a "end loop" at the end to... well, Loop.

***
Rep:
Level 87
Kotae Wa Kitte Nai...ii?
OK I'll try today ;D
Dude do you break dance?

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
Set the trigger to parallel process.
Experiment with that setting ;)