Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Jun 2019
    Posts
    1
    Reputation
    10
    Rep Power
    0

    Question It is possible in Windbot?

    Hello, it is possible create script, that when my character die or when my character have -1% HP then re-login and go to label "Temple" and reset backpack?

  2. #2
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    You can use a reconnect:

    auto(2500)
    if not $connected and $dead
    then
    reconnect(true)
    wait(2500)
    gotolabel("temple")
    wait(1000)
    reopenwindows('small')
    while $openingbps do
    wait(300, 500)
    end
    end


    Visit:
    (◣_◢)

 

 

Posting Permissions

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