Hey does anyone know how i would go about having a portal with a menu option appearing in the chatbox when clicked with something like "Are you sure you want to teleport?"
"YES" (teleports)
"NO" (menu exits and does nothing)

Here is my current portal in ActionHandler:
Code:
		case 6282:
			c.getPA().movePlayer(XXXX, XXXX, 0);
		break;
Thanks in advance