Signup Now
Results 1 to 2 of 2
  1. #1
    Free User sines's Avatar
    Join Date
    Nov 2014
    Posts
    32
    Reputation
    10
    Rep Power
    0

    Unhappy Next character user option not working.

    Hey! I have a problem with my script.

    When I load it on "First char" it works, but when I log in to my "Second Char" I need to go in to my cavebot/script and open and press OK to make it work with the new User Option.

    Like my Exevo Mas San Script for example. I have a user option that add a character to friend list.
    PHP Code:
    local friend getuseroption('friendname'
    How do I get it to update automaticly?? Its a navi script so the "friendname" is my navi member.

    Thanks

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by sines View Post
    Hey! I have a problem with my script.

    When I load it on "First char" it works, but when I log in to my "Second Char" I need to go in to my cavebot/script and open and press OK to make it work with the new User Option.

    Like my Exevo Mas San Script for example. I have a user option that add a character to friend list.
    PHP Code:
    local friend getuseroption('friendname'
    How do I get it to update automaticly?? Its a navi script so the "friendname" is my navi member.

    Thanks
    If your useroption is "lineedit", test...

    auto(1000)
    if $connected then
    setuseroption('friendname', $name)
    end

 

 

Tags for this Thread

Posting Permissions

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