EVENT HELP FOR VX
Posts
umm... when i did an event on the beginning i did all the events i would use on rm2k3. after i put the hib_doneintro thing on, my hero isnt moving anymore. why is that?
Autorun event is basically like a loop. It will do the whole event and then repeat itself because it's autorunning without anything controlling it at the end of your event. Make it turn on a switch at the end of the event, then make another script page in that same event and set the condition switch (whatver you named it) must be on and then put nothing in the script, also switch it to action key, below hero. SO it's not interfering with your hero.
Okay let me try to explain it better
Your Event
First Page: Contains everything that you want to hhapppen, at the very end of that event after everything is done on the first page, make it turn on a switch.
Then make a ssecond page
The conditions for the second page must be switch whatever is On and then don't put anything in that script page.
So when the event is done when the dialouge and whatever scene your trying to do is done the event will not repeat itself and the game can go on.
Your Event
First Page: Contains everything that you want to hhapppen, at the very end of that event after everything is done on the first page, make it turn on a switch.
Then make a ssecond page
The conditions for the second page must be switch whatever is On and then don't put anything in that script page.
So when the event is done when the dialouge and whatever scene your trying to do is done the event will not repeat itself and the game can go on.
Oh... Make sure te second page is not Autorun as well
I see your problem your game is probably lagging, when to many events are in parrarell process, that means common events to the game lags from it all.
Still if only one event has pararell process and the rest autorun the game might la
Oh come on, that's ridiculous. Are you sure that the second page of the autorun event is activated by the switch that you are turning on? This stuff works, you don't have a broken version of vx.
Upload your whole project to filefront or something and I'll take a look at it. You could also get a free version of snagit for the screenshots.
1) Eliminate that break loop thing that's not needed
2)On the second script page, change the trigger from parallel process to action key, so once the event is done it's done for good.
2)On the second script page, change the trigger from parallel process to action key, so once the event is done it's done for good.


















