Profile
- Name
- Set Clashing Importance
- ID
- 44918
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- December 11, 2012 at 07:53 AM UTC
- Updated on
- December 11, 2012 at 07:53 AM UTC
- Description
Old Behavior Slider from 0-1 with .01 intervals
Best for
Code
ask = dialog.CreateDialog("Clahing Importance")
ask.cislider = dialog.AddSlider("Clashing:",1,0,1,2)
ask.ok = dialog.AddButton("Ok",1)
dialog.Show(ask)
CI = ask.cislider.value
print("Clashing Importance set to:",CI)
behavior.SetClashImportance(CI)