Vas Rel Por [TIME] by zerotokraken
Description: Use the Rel Por stone and then grab your followers if a statue is nearby. Will also attempt to hide if you have the skill.
1if findtype 24402|3051|3052 ground as relpor
2 yell "VAS REL POR"
3 if followers > 0
4 wait 500
5 if findtype 47796 ground as statue
6 dclick statue
7 endif
8 endif
9 if skill "Hiding" > 80
10 wait 500
11 useskill "Hiding"
12 endif
13endif