Jump to content
  • 0

@joinevent help


Kinx

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  106
  • Reputation:   30
  • Joined:  04/03/17
  • Last Seen:  

Hello, I'm looking for a possibility back Go to warp.

player use @joinevent at payon x,y player warp to the Event, is  the Event is out warp back to payon x,y

Is this possible hope me can someone help

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   6
  • Joined:  03/21/17
  • Last Seen:  

Can I see your event script ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  106
  • Reputation:   30
  • Joined:  04/03/17
  • Last Seen:  

I have no event script yet.

 

-	script	joinevent	-1,{
	
	
	OnInit:
	
		.map_name1$ = "fire_event";
		.map_x1 = 25;
		.map_y1 = 26;

		.map_name2$ = "poring_c01";
		.map_x2 = 101;
		.map_y2 = 96;

		
		bindatcmd "joinevent", strnpcinfo(3) +"::OnCommand";
		end;
		
	
	
	OnCommand:
		
		switch(select("Event Area:Disguise Event:End session")) {
			
		case 1:
		warp .map_name1$, .map_x1, .map_y1;
			end;

		case 2:
		warp .map_name2$, .map_x2, .map_y2;
			end;

		case 3:
			end;
		}
		
		close;
 
}
 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...