Results 1 to 5 of 5

Thread: Need another procedure

  1. #1
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need another procedure

    hey guys i need another procedure made that gets the points at x and y and saves them to a variable ; thnx

    Join the fastest growing merchanting clan on the the net!

  2. #2
    Join Date
    Jan 2007
    Location
    Toronto.
    Posts
    150
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do you mean:

    SCAR Code:
    GetMousePos(x, y); // You can change x, y to the variables you want.

  3. #3
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lmfao Y didnt i think of that!?!?? im such an uber noob i guess i was trying to make it to hard thnx tho

    Join the fastest growing merchanting clan on the the net!

  4. #4
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Will
    SCAR Code:
    procedure mousepostovar;
    var       //these can be used as global vars, or vars just in proc.
     cx, cy: integer;
    begin
      getmousepos(x, y);
      cx:= x;
      cy:= y;
    end;
    do you any good?

    EDIT: Sorry, if the top procedure works for you, ignore my post.

  5. #5
    Join Date
    Jan 2007
    Location
    Toronto.
    Posts
    150
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by pwnaz0r View Post
    lmfao Y didnt i think of that!?!?? im such an uber noob i guess i was trying to make it to hard thnx tho
    Np, next time try pressing ctrl+space and a list of procedure's and functions come up and you can search through em, thats how I find things.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Procedure?
    By shadowrec0n in forum OSR Help
    Replies: 3
    Last Post: 02-11-2008, 09:04 PM
  2. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  3. Help with Procedure
    By Esteban in forum OSR Help
    Replies: 8
    Last Post: 07-06-2007, 03:45 AM
  4. Replies: 8
    Last Post: 05-24-2007, 11:57 PM
  5. Procedure that calls random procedure?
    By Secet in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 03:56 PM

Posting Permissions

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