anyway im updating my game using version 4.0 and i added a new skin to it. i used this code to get the macros to work
mob
verb
ALT()
set hidden=1
if(winget(usr,"input","command=\"!.alt\";"))
winset(usr,"input","command=\"\"")
else
winset(usr,"input","command=\"!.alt\";" )
but it failed, every time i try to use a macro, the text just inputs right after the ".alt"
someone please assist me.
You don't need semicolons at the end of your winget and winset. Put a space after the .alt and it will work.