RecallScroll

Join Discord

qnek

Dedicated Member
Dedicated Member
Aug 30, 2008
28
0
47
Hi, I have a problem with RecallScroll.

When I click on it it disappears and shows the message but does not move anyone from the group to me. Someone help me?

script:

[@RecallScroll2]
{
#ACT
SetItemEvent 61 22 @RecallScroll3




[@RecallScroll3]
#IF
CheckItem RecallScroll 1
#ACT
take RecallScroll 1
SysMsg "RecallScroll - Teleported group to each other."
Mov A1 %USERMAP
Mov A2 %USERx
Mov A3 %USERY
FormatStr "%s,%s,%s,3" %A1 %A2 %A3
GroupMove %A9 %Username
}