mob
verb
Arrowright()
set category="Skin Commands"
set hidden=1
usr<<output('Hair.dmi',"grid1")
usr<<output('male-white.dmi',"grid4")
usr<<output('Hair.dmi',"grid4")
Overview:
Above is the code i am using for my interface.I want the client to click a button to switch their hair type,(the selected hairtype will be displayed on a grid)and while this is happening, an output character will appeared on another grid showing the client how they will look with that selected hairtype.
Problem:
Nothing happens when the button is clicked,nor the icons appear on the grid.
I did not set the exact location of the control.However, i have encountered a new problem.When i execute this verb it deletes the image i left on my pane(only the button remains).