Author Topic: The EUO command Display  (Read 3813 times)

0 Members and 1 Guest are viewing this topic.

Offline CrisisTopic starter

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
The EUO command Display
« on: July 27, 2017, 02:32:49 PM »
0
You can display things on a pop-up like:
Code: [Select]
display You are out of tinker tools. Get a tinker tool and press play!
Is there a way to make a pop-up that can display a list or something that can be copied with the right click copy command or display it another way that can be saved?


Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: The EUO command Display
« Reply #1 on: July 29, 2017, 01:14:09 AM »
0
Unless there is a command for the command line that can put text onto your clipboard, Only way is to Write a text file and then copy from there. Roadkill wrote a sub for writing multiple lines at a time to a text file, I think it's over on Easyuo.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: The EUO command Display
« Reply #2 on: July 29, 2017, 08:55:28 AM »
0
One possibility you can play with is utilizing  global namespaces to send text over to another tab that has a separate text box.  The textbox is the only control EasyUO has that you can cut/paste to.  There are no keyboard short cuts, you need to use the context menu right click.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: The EUO command Display
« Reply #3 on: July 30, 2017, 09:09:42 AM »
0
if it is a one off... then  just create  var to hold what ever you want to copy and paste .. then add the var to the EUO right column display.    In EUO  select TOOLS menu option then  "Manage Var List" ... then just add the Var to the top of the list   when you run the script the var will update and you can left click copy the value.

If its a permanent thing then best bet is writing to a text file... its pretty simple to do that.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline CrisisTopic starter

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: The EUO command Display
« Reply #4 on: July 30, 2017, 09:13:30 AM »
0
I am actually feeling confident enough to look into those.  8)

Offline Biza

  • Jr. Member
  • **
  • Posts: 71
  • Activity:
    0%
  • Reputation Power: 1
  • Biza has no influence.
  • Gender: Male
  • Respect: +9
  • Referrals: 0
    • View Profile
Re: The EUO command Display
« Reply #5 on: July 31, 2017, 10:36:24 PM »
0
Unless there is a command for the command line that can put text onto your clipboard, Only way is to Write a text file and then copy from there. Roadkill wrote a sub for writing multiple lines at a time to a text file, I think it's over on Easyuo.

Isnt that his rail writer? I think it is, I used it about 3 to 4 years ago. Wish that guy would come back  :(
Quote from: TrailMyx
These are the things we look for in new users and perspective Elite members:

Quoting Elites/GMods/Admins in your siggys.

Tags: