Uglulyx
I am working on my Sail Away mod to move ships from port to port according to a schedule. (http://www.youtube.com/watch?v=XnazYdsRgWc)
I was initially intended to be used on my http://www.gamesas.com/bgsforums/index.php?showtopic=915021 mod, but I will release it as resource to be used by anyone.
stella_stardust already showed interest as she/he is planning to do a http://www.gamesas.com/bgsforums/index.php?showtopic=973872 mod.
Not sure what you downloaded, because I have not uploaded it yet (planned for Aug). But I would like to know what file you downloaded so I can fix it if it got broken at the server.
I downloaded one of your testing things. I thought that was it. Well perhaps I can go ahead building my mod and just add in the ship whenver you do that.
EDIT: Another just wondering thing. If I were to use a function like this.... (Just a rough thing, I can't remember the correct function names)
setmagiceffectspeed ( Getmagiceffectspeed * 2)
To return it to before would I use
Setmagceffectspeed getmagiceffectspeed
or would I need to divide the speed by 2 like this?
setmagiceffectspeed (getmagiceffectspeed / 2 )