21.04.2012, 10:37
Oh, I forgot about that, sorry.
Download the attached file, unzip it and put in in your MAMP folder (I had to zip it because the suffix ".command" isn't allowed for file uploads).
Then open it with a text editor. The only line you have to edit is line 1!
You have to list up all your world folders (except for /htdocs of course).
So if you have the following worlds:
htdocs/potato
htdocs/speed
htdocs/world2
The first line of the script should look like this:
To start, simply double-click the event.command.
kind regards
Molt
Download the attached file, unzip it and put in in your MAMP folder (I had to zip it because the suffix ".command" isn't allowed for file uploads).
Then open it with a text editor. The only line you have to edit is line 1!
You have to list up all your world folders (except for /htdocs of course).
So if you have the following worlds:
htdocs/potato
htdocs/speed
htdocs/world2
The first line of the script should look like this:
Code:
WORLDS=(world2 speed potato)
To start, simply double-click the event.command.
kind regards
Molt