About hints in "Lightning", try to add these parts of code to activate messaging:
1. Add a new action handler to Level.OnLoaded():
Code:
Level.AddActionHandler(Level.AH_CHANGE_CLOTH);
2. Add a new function:
Code:
function Level.OnChangeCloth()
Level.InstallDpc("Level.OnHelpForm()", 3.0);
end
Now it works:
But please don't forget that it works on easy diff. level only.