Thread: My DtS/MoT mod
View Single Post
  #265  
Old 11-01-2009, 09:52 AM
forlik's Avatar
forlik forlik is offline
Approved Member
 
Join Date: Nov 2008
Location: Minsk, Belarus
Posts: 450
Default

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.
Reply With Quote