client/script = {"
<style type=\"text/css\">
.say{
font-size: 10px;
}
.ooc{
font-size: 8px;
}
.admin_chat{
font-size: 12px;
}
.admin_alerts{
font-size: 12px;
}
</style>
"}
Problem description:
Hello~ Running into another issue here. I'm trying to make use of client/script in the dms files to organize a bit, making use of CSS. However, this is throwing a compile error at me, here it is;
D:\Documents and Settings\blabla\Desktop\Dragon Compass\TextCSS.dms:1:error at '/': variable not defined
I don't feel like the reference explained very well how to really, set client scripts. So far, from what I've read of the Guide, it also doesn't really tell me anything about dms files, nor writing client/script related things.
If there are resources regarding it, I'd appreciate if I could be linked to them~
The issue you're having is escaping the double-quotes around "text/css" since the string is in a multi-line block surrounded by {" and "} you don't need to escape quotation marks.