View Single Post
05/18/14, 08:01 AM   #4
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
This code can move it:

Lua Code:
  1. ZO_PlayerToPlayerAreaPromptContainer:ClearAnchors()
  2. ZO_PlayerToPlayerAreaPromptContainer:SetAnchor(BOTTOM, ZO_PlayerToPlayerArea, BOTTOM, 0, -350)
The number 0 in the second command means that control will be in the middle of the screen and -350 means that it will be 350px from the bottom of the screen. If you change numbers and/or anchor points, you can move this prompt to any place you want.
  Reply With Quote