Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (*
- Tested on Snow Leopard only, but it should work on lion.
- *)
- repeat
- set kakez to ({"Blockland crash on ", (current date)} as string)
- tell application "System Events" to (name of processes) contains "Blockland"
- if the result is false then
- do shell script "open ~/Blockland/BlocklandLauncher.app -dedicated -map slate"
- beep 1 --Get attention
- say kakez
- end if
- delay 5 --Compensate for launcher loadup time
- end repeat
Advertisement
Add Comment
Please, Sign In to add comment