Hi,
how do I get rid of the aforementioned error message, when I try to open the properties window of my scripts?
The script looks as follows:
Scriptname AttributeIconWidgetScript extends SKI_WidgetBasestring function GetWidgetSource() return "AIW/attribute_icon_widget.swf"endFunctionstring function GetWidgetType() return "AttributeIconWidgetScript"endFunctionevent OnWidgetReset() parent.OnWidgetReset()endEvent
But I get that message also, when I am trying to attempt to open the properties window of scripts of finished mods from which I have the source scripts.
I hope somebody can help me.