custom Events + HUD scripting
Posted: Sat Jan 30, 2016 9:41 am
Hi,
i'm working on an hud file and wonder, what kind of language it is.
There is this line:
I would really like to change the team color, but it is impossible, because hard coded.
But what about an work around:
Define a new Event: player1.weapon1.target.newColor. And set this color to green and red, or what ever.
But I have no idea, if this is possible and how or where to implement this new event. So I hope someone can explain the SWBFII events.
i'm working on an hud file and wonder, what kind of language it is.
There is this line:
Code: Select all
EventColor("player1.weapon1.target.teamColor")But what about an work around:
Define a new Event: player1.weapon1.target.newColor. And set this color to green and red, or what ever.
But I have no idea, if this is possible and how or where to implement this new event. So I hope someone can explain the SWBFII events.