Rosso777 22 Posted September 24, 2020 My Zeus was working fine, and suddenly it just stopped. I am wondering if there is an error here. Can anyone see any problems here? (This is from my mission.sqm) class Item0 { dataType="Logic"; class PositionInfo { position[]={13095.38,0.90416986,8473.166}; }; id=0; type="ModuleCurator_F"; atlOffset=-5.9604645e-008; class CustomAttributes { class Attribute0 { property="ModuleCurator_F_Owner"; expression="_this setVariable ['Owner',_value,true];"; class Value { class data { class type { type[]= { "STRING" }; }; value="765611979772xxxxx"; (my Steam ID) ( I have also tried #adminLogged, to no avail) }; }; }; class Attribute1 { property="ModuleCurator_F_Forced"; expression="_this setVariable ['Forced',_value,true];"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0; }; }; }; class Attribute2 { property="ModuleCurator_F_Name"; expression="_this setVariable ['Name',_value,true];"; class Value { class data { class type { type[]= { "STRING" }; }; value=""; }; }; }; class Attribute3 { property="ModuleCurator_F_Addons"; expression="_this setVariable ['Addons',_value,true];"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=2; }; }; }; nAttributes=4; }; }; EDIT: I just noticed this in the report log: ""SC/log: ERROR: Ross is trying to create a Curator logic ModuleCurator_F."" Any ideas? Share this post Link to post Share on other sites