Hard Light Productions Forums

Modding, Mission Design, and Coding => The Scripting Workshop => Topic started by: Backslash on December 16, 2009, 11:16:58 pm

Title: Can scripts affect hotkey target lists?
Post by: Backslash on December 16, 2009, 11:16:58 pm
I've not done any scripting yet but I'm hoping to learn.  I thought I'd ask first whether this stuff is possible already, and if not I might see if implementing them is within my skill reach.

I need to:
For the last three, I suppose I could just have the script pass the key commands?  Is there a downside to that method?

Oh, it would be also nice to be able to get a color from the iff_defs table.

Thoughts?
Title: Re: Can scripts affect hotkey target lists?
Post by: Wanderer on December 17, 2009, 08:48:43 am
Well... I think there is not yet access to the hotkeys. But then again it shouldn't be that difficult to write one.

As for the colors.. those would be nice but iirc there is a big warning (no idea why) in one of the graphics to warn against retrieving the color data. It would be very useful if that could be sorted out