View Single Post
Old 08-08-10, 06:21 AM   #6
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Forsith View Post
Thanks for the warm welcome, I really appreciate it. . I will dive (see what I did there) into the (scripting) API, where hopefully some documentation is provided.

Does anyone know about extending the actual game by programming things? As far as I know, that is not possible, and there is not a Software Development Kit provided. But if anyone knows about it, I would gladly hear it!

Thanks again for your help
The Scripting API really has no documentation per se. You get only what the ScriptManager provides in it's sometimes criptic 'help' lines when you select an item. It's more trial and error to figure most things out
I'm currenty extending the game commands by using an Automation class that I've designed. This automation class will let you combine known game commands and new commands defined by yourself into a group that you can call upon in game to be executed in sequential order (just like a captain giving an order and the crew following it).
TheDarkWraith is offline   Reply With Quote