Eross Posted June 13, 2022 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
0 Start_ Posted June 13, 2022 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
0 Louis T Steinhil Posted May 24, 2023 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
0 Start_ Posted May 24, 2023 Posted May 24, 2023 It was getarg index 0 was null. *Those errors not related to my code though. Quote
0 Louis T Steinhil Posted May 24, 2023 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
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
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.