- Joined
- Jan 15, 2015
- Messages
- 141
- Reaction score
- 26
- First Language
- English
- Primarily Uses
- N/A
so I watched this video and followed it but it doesn't show how to get the mines to respawn. could someone help me out?
Can you explain the details about respawning?
For example, should they respawn every time you enter the Map?
The Eventcode in the Tutorial seems a little bit overcomplicated, but as long its work...
I want them to respawn like every 30 minuets
You could try using Shaz' plug in.![]()
for (var a = 1; a <= 999; a++) {
if (!!$gameMap.event(a)) { // check that event exists
if (this.getSelfVariableValue($gameMap.mapId(), a, 1) > 0 ) {
if ($gameVariables.value(3) >= this.getSelfVariableValue($gameMap.mapId(), a, 1)) {
$gameSelfSwitches.setValue([$gameMap._mapId, a, 'B'], true)
} } } }
I'm having a bit of a problem. I made an event just as you did it but in game, even before I use the mine, it's already on that mines second event page.Sorry for double Post, but i posted to early yesterday, than i had to rework my answer twice, me to hasty again.
But finally i found something that could work for you. I hope this helps somehow.