ID:262075
 
how would i use browse() to get a selection for icons up through byond i want it like it is in icon chatterz so i got the code off the html file and it still dont work


mob
verb
DisplayDefault()
var/edit = {"









Name:
Age:
[usr.age]
Sex:
[usr.gender1]
Location:
[usr.location]
Description:
[usr.description]
Idle Message:
[usr.idlemessage]
Icon:
Icon State:
[usr.icon_state]

"}
usr << browse(edit,"window=Edit")
The code on the html is not the code in byond...

However, if you'd read some demos(the only one i can remember about html is s_Admin) you'd know how to click things in browse.