Icon representing a recipe

Recipe: Set Clashing Importance

created by phallicies

Profile


Name
Set Clashing Importance
ID
44941
Shared with
Public
Parent
None
Children
None
Created on
December 12, 2012 at 05:11 AM UTC
Updated on
December 12, 2012 at 05:11 AM UTC
Description

Old Slider from 0-1 with .01 intervals

Best for


Code


ask = dialog.CreateDialog("Set Clashing Importance") ask.ci = dialog.AddSlider("CI:",1,0,1,2) ask.ok = dialog.AddButton("Ok",1) dialog.Show(ask) CI = ask.ci.value print("CI set to:",CI) behavior.SetClashImportance(CI)

Comments