Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - goatmaster

Pages: [1]
1
General Discussion / single script w/multiple instance idea
« on: July 25, 2008, 04:32:44 AM »
Hi TM,

I have been developing a combat script and was thinking about how I can run healing routines whilst other routines are being ran in this script, (possibly slowing it down, etc) The most efficient way seems to be using separate healing script and you can utilize the namespace features to coordinate with each other.

I thought of a nifty idea that I think would be quite cool, the simplest way to explain is to imagine 2 totally separate scripts within the one "filename.suo" file, and the two scripts are simply wrapped in a tag such as <script>code</script>, and the code in those tags are executed in separate instances in scriptuo as if you have them in separate tabs, except scriptuo coordinates that itself.

This would give me the ability to write a complete script in one simple file yet maintaining the efficiency of multiple instances such as a combat script + a healing script together which is quite common.

Cheers



2
General Discussion / remote/network namespace idea
« on: July 19, 2008, 09:44:51 AM »
Howdy TM,

I have been using SUO to do my scripting the last few days and it has been excellent. I love these features you have put in there such as the sub land user variable lists, just incredible from all these years being used to EUO.

I was thinking about the namespace and thought of an idea for some sort of network enabled namespace where you could have multiple PC's on the same LAN, and have SUO connect to each other and pass the client namespace data to each other.

Being over a LAN, the data would be low latency and broad enough to handle data pretty much just as well as local namespace? i hope i wouldn't be the only one to think that would be a useful feature.  :)

Anyway, very good work with SUO so far!!!

Pages: [1]