Results 1 to 3 of 3

Thread: Text help

  1. #1
    Join Date
    Sep 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Text help

    I need help, or a link to a good tut!

    I used the search button, even manually searched the tutorials section and I couldn't find anything that would help me.

    What I want to do:

    Make Players[CurrentPlayers].Name display only the first 4 letters

    and

    Make a numbers larger than 1000 display as 1.0k

    this would be really helpfull and I will reward the first and best answer with ++rep.
    Free Scripts Pl0x!

  2. #2
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well for the first one the only way you could is by having them enter it themselves
    second is just math like
    answer:=whatever/1000;
    writeln(answer+'k');


  3. #3
    Join Date
    Sep 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, I got it working now
    Free Scripts Pl0x!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Grabbing or reading Text from a game text box
    By British in forum OSR Help
    Replies: 16
    Last Post: 02-27-2009, 08:02 AM
  2. Getting text from text window?
    By Gone Fishing in forum OSR Help
    Replies: 8
    Last Post: 04-24-2008, 07:33 PM
  3. Searching for Text...
    By Its Miller Time in forum OSR Help
    Replies: 4
    Last Post: 06-07-2007, 02:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •