SetLocalInt(GetModule(), "test", 1);
PrintToLog("test = " + IntToString(GetLocalInt(GetModule(), "test")));
The above code in one of my spell scripts prints this in the log:
test = 0
Why is my SetLocalInt no workee?

SetLocalInt(GetModule(), "test", 1);
PrintToLog("test = " + IntToString(GetLocalInt(GetModule(), "test")));

Modifié par _L_o_B_o_, 24 juillet 2010 - 07:13 .