Hi!
I play from many different computers/platforms, and would like to have a single Lua file stored in Dropbox between computers, that will programmatically setup my world on startup.
So I wonder if there are any nice hooks I can use to add triggers/aliases/timers manually?
For example, on one computer I don't have any speakers and wish to control whether sounds triggers should be enabled and so on.
Also, it is much easier to have a single place to edit instead of modifying duplicated code in different places.
My initial solution would be to have an alias that will install/uninstall itself, but would prefer a solution where I didn't have to do that.
I play from many different computers/platforms, and would like to have a single Lua file stored in Dropbox between computers, that will programmatically setup my world on startup.
So I wonder if there are any nice hooks I can use to add triggers/aliases/timers manually?
For example, on one computer I don't have any speakers and wish to control whether sounds triggers should be enabled and so on.
Also, it is much easier to have a single place to edit instead of modifying duplicated code in different places.
My initial solution would be to have an alias that will install/uninstall itself, but would prefer a solution where I didn't have to do that.