Eross Posted June 13, 2022 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Yesterday at 10:06 AM Share Posted June 13, 2022 Hi ! Im using the instance_enter command on my script .. How to make the whole party enter at once ? is it possible that when the party leader initiate to enter then all members will be warped at once ? thanks Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 13, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 12 hours ago Share Posted June 13, 2022 .@party_id = getcharid(1); addrid(2,0,.@party_id); instance_enter(.instance_name$,-1,-1,getcharid(0),<CURRENT INSTANCE ID>); Quote Link to comment Share on other sites More sharing options...
0 Louis T Steinhil Posted May 24, 2023 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 177 Reputation: 33 Joined: 06/22/13 Last Seen: Saturday at 11:49 PM Share Posted May 24, 2023 On 6/13/2022 at 9:53 PM, Start_ said: .@party_id = getcharid(1); addrid(2,0,.@party_id); instance_enter(.instance_name$,-1,-1,getcharid(0),<CURRENT INSTANCE ID>); Hello this one works although it returns an error: Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted May 24, 2023 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 12 hours ago Share Posted May 24, 2023 It was getarg index 0 was null. *Those errors not related to my code though. Quote Link to comment Share on other sites More sharing options...
0 Louis T Steinhil Posted May 24, 2023 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 177 Reputation: 33 Joined: 06/22/13 Last Seen: Saturday at 11:49 PM Share Posted May 24, 2023 4 minutes ago, Start_ said: It was getarg index 0 was null. *Those errors not related to my code though. Alright thanks. Quote Link to comment Share on other sites More sharing options...
Question
Eross
Hi ! Im using the instance_enter command on my script .. How to make the whole party enter at once ? is it possible that when the party leader initiate to enter then all members will be warped at once ? thanks
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.