vinset(src,"MainWindow.MainMap","icon-size=32")
Main.dm:29:error: vinset: missing comma ',' or right-paren ')'
Main.dm:29:error: vinset: expected end of statementb>
can anyone help me with this plz?
what is wrong with that line?
ID:141090
Jun 23 2009, 9:23 am
|
|
In response to Garthor
|
|
thx alot :D
what about.. Main.dm:12:error: missing expression var/list/TempSkillList=typesof(obj/Skills/) ?? |
In response to Sleaze
|
|
Typepaths are preceded by a slash, so it would be typesof(/obj/Skills). However, that still won't work as you can't set variables to initialize as something besides a constant (yes, even if that typesof() is technically constant). You'd need to assign that variable in New().
|
In response to Garthor
|
|
thx again :)
|
For another, the line before it is missing a right paren.