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.
Question about common events

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
I want to make sure I've got this right.
I expect that you can "pass a parameter" to a common event by first setting a game variable from the command list of the event that calls that common event. Then the common event can call a script and access the game variable as needed. Is this typically how it's done?

Also, what is the meaning of parallel processes and how are they used?

**
Rep:
Level 88
yea!!
the commen event is also to make cool effects in ur skills/weapons like when it says commen event just put ur in.
i do it for like to so that like he goes berserk and change stitse to make him buff and stronger that is timed.
mark

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
parallel processes will make it so that your events on that page will run at the same time.
Watch out for: HaloOfTheSun

**
Rep: +0/-0Level 88
parallel process in common events will make it run for the whole game, no matter what you do or on which map you are.

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
parallel process in common events will make it run for the whole game, no matter what you do or on which map you are.

Nope. Parallel process in common events run when the designated switch is ON.
In that case it will run continuously until it is turned off.
If you change map the process will be restarted. This means that if you use a wait command in the start then the wait would be restarted.
Just use variables and switches to pass information.

You can also use global variables in the Call Script.

The meaning of a Parallel process is to have something running in parallel with whatever else you are doing.
How they are used depends on what you want to achieve.

I know this doesn't really help on understanding them. I'm just a bastard who doesn't feel like written a tutorial right now.

 - Zeriab

**
Rep: +0/-0Level 88
But in my case, switch turned on common event on one map, and I saw it's results on the others' too. For example, I made it to count something and do other thing when count gets to some number. I let it count half on one map (not where the switch was) and other half on other map (again not in same where count was) and the results where positive. so, if you go to other map switch does not reset, or deactivate, thus common event work on all maps. For my case of course. It all depends how you make it. But I wanted to tell him that it is possible.
« Last Edit: November 20, 2006, 07:53:05 PM by Corvus Sangreal »

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
Try entering this as a common event:



This shows what I mean. Just try transferring between maps.
Just keep it in mind when making your common events.