Finding target when making an attack
I’m developing a game system, and can’t figure it out, when there is combat active and a player is targeting an NPC, where do i find what token is being targeted?
1 Reply
for current user:
for other user:
keep in mind that it holds targeted
Token
, which is type of Placeable
, not TokenDocument
which is type of Document