winset(src,"information_hub.oocname_stat","text=[src.oocname]")
interface.dm:1:error: src: duplicate definition
interface.dm:1:error: "information_hub.oocname_stat": duplicate definition
interface.dm:1:error: src.oocname: value not allowed here
interface.dm:1:error: : empty type name (indentation error?)
interface.dm:1:error: text"text=[]": value not allowed here
interface.dm:1:error: : duplicate definition
Problem description: Alright so basically I have a skin. and on that skin I am using a lable to display basic player information such as their OOC name and there IC name.
And issue I seem o be having at this point is actually getting it to work. The windows ID name is information_hub and the control id name is oocname_stat. I asked another programmer and he helped me thus far, but neither of us could understand why we are getting these errors. Help please?