ID:1431346
 
I want to make a window created at the interface which opened to the world with command of adm
however, I do not know code

client
command_text = "> "
verb/command(C as command_text) // this will make "C" macro

      winshow(player, window, show=1)  //eventually winshow will be used for you to open the window

</dm>


show = 1 open
show = 0 close

window = window ID


ok ty