Results 1 to 3 of 3

Thread: Need an expert :P

  1. #1
    Join Date
    Oct 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question Need an expert :P

    Ok so I am trying to use the command
    Simba Code:
    SMART_ClearCanvasArea(IntToBox(400, 400, 500, 500));

    i want it to clear just a part of the chatbox, not the whole thing, how do i know the coordinates of the area to clear, the IntToBox part?

    Thanks!

  2. #2
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Use SRL global constants:
    SMART_ClearCanvasArea(MCBox);
    would clear the Main Chat area.

    EDIT:
    oh you want to clear part of it, just get the coordinates through color picker/btm left of Simba?

  3. #3
    Join Date
    Oct 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ^^

    Oh.. how didn't i think of that o.O
    Thanks for reminding me

Thread Information

Users Browsing this Thread

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

Posting Permissions

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