Back to "camping" skill

Recall home with camping by Jaseowns

1# Recall home with camping 
2# UO Outlands
3if not gumpexists 341416395
4    say '[atlas'
5    waitforgump 341416395 5000
6endif
7
8while insysmsg "You have been in combat too"
9endwhile
10
11while insysmsg "s pack or be nearby a secure campfire in order to hike to a destination."
12endwhile
13
14
15if gumpexists 341416395
16    gumpresponse 105 341416395
17    waitforgump 341416395 5000
18    gumpresponse 20 341416395
19    waitforgump 341416395 5000
20    gumpresponse 14 341416395
21    getlabel backpack jaseowns_PingCheck
22endif
23
24if insysmsg "s pack or be nearby a secure campfire in order to hike to a destination." and findtype 2726 backpack as jaseowns_Item
25    wait 650
26    dclick jaseowns_Item
27    settimer jaseowns_UseItemTimer 0
28    while not insysmsg "You now feel familiar with the area."
29        if timer jaseowns_UseItemTimer >= 6000
30            break
31        endif
32    endwhile
33    replay
34endif
35
36if insysmsg "You have been in combat too"
37    wait 1000
38    replay
39endif