Does anyone know how to my the macros button to be on when people login the game?
ID:162483
Jan 2 2008, 12:31 am
|
|
Jan 2 2008, 12:44 am
|
|
http://developer.byond.com/docs/ref/info.html#/client/var/ command_text
|
In response to Garthor
|
|
Or if you have a skin file,
winset(usr,"YourInput","command=\"!.alt \"") |
In response to Kaiochao2536
|
|
I get these errors while putting that code in
verbs.dm:89:error:usr:duplicate definition verbs.dm:89:error:"YourInput":duplicate definition verbs.dm:89:error:"command=\"!.alt \"":duplicate definition |
In response to Jokah
|
|
Then you're putting it in the wrong place. Show some code.
|