First of all, I'm really glad that this site exists...I had no idea that there was a group of people that was into RPGM as much as I am. Second, has anyone heard news of a new 3D RPGM? It's been awhile since enterbrain released RPGM 3 and I thought that if anyone has heard anything, it would be here.
I want to know before I get too much accomplished on the RPG I'm currently working on.
Um, third...(I'm going to show off my incompetence now) everything done in my work up to this point has been accomplished using the flag system because I'm really not sure how to use the variable system. Does anyone have any quick pointers on it? Don't worry about getting too in-depth, just a quick tip would be nice as I may be able to mess around with it and figure it out later.
-What I'm trying to do:
Ideally, I need to create a timer system (outside of battle) that would kill the party when it reaches 0 (As if they were trying to defuse an active bomb, or trying to escape a burning building). The timer has to be displayed on-screen. Any input would be appreciated.
EDIT
One more thing...I'm really sorry if the info I'm requesting has been answered before, I simply didn't have time to search because it's final exam week! Thanks for your patience.
I want to know before I get too much accomplished on the RPG I'm currently working on.
Um, third...(I'm going to show off my incompetence now) everything done in my work up to this point has been accomplished using the flag system because I'm really not sure how to use the variable system. Does anyone have any quick pointers on it? Don't worry about getting too in-depth, just a quick tip would be nice as I may be able to mess around with it and figure it out later.
-What I'm trying to do:
Ideally, I need to create a timer system (outside of battle) that would kill the party when it reaches 0 (As if they were trying to defuse an active bomb, or trying to escape a burning building). The timer has to be displayed on-screen. Any input would be appreciated.
EDIT
One more thing...I'm really sorry if the info I'm requesting has been answered before, I simply didn't have time to search because it's final exam week! Thanks for your patience.

I overlooked the fact that the World Wipeout script is a content type and some commands might not work in an action script. Also, you could combine the two scripts by putting B's commands at the end of A like so:

Comment