making a player copy a text...

Status
Not open for further replies.
Level 14
Joined
Apr 20, 2009
Messages
1,543
is it possible to make something like this in gui or jass?

The thing I want to accomplish is the following: instead of people writing down their save/load code they can simply use a chat command to copy the save code from the screen into your clipboard.... I don't know if something like this is possible, but it sure will make things a lot easyer for people to write down ;) simply control+v next game and you got your saves back...
 
I guess that you need JASS commands that interact with the OS, but I doubt that such commands exist, since JASS is a programming language used explicitly by the W3 engine. An experienced JASSer please confirm that, cause I'm not sure ^^
 
I guess that you need JASS commands that interact with the OS, but I doubt that such commands exist, since JASS is a programming language used explicitly by the W3 engine. An experienced JASSer please confirm that, cause I'm not sure ^^

I think you need to use RtC to do such things but that will make the map single-player only ;*(
which means yes you are right...
 
I guess that you need JASS commands that interact with the OS, but I doubt that such commands exist, since JASS is a programming language used explicitly by the W3 engine. An experienced JASSer please confirm that, cause I'm not sure ^^

Haven't I already confirmed it?
By creating external natives(like RtC) does it would be possible, but every player would need those natives, too.
 
Status
Not open for further replies.
Back
Top