
Can you make it so clicking on a token opens a journal entry? (for players)
Silvyre said:
Note that players will only be able to open the Character that a Token represents through the shift-double-click method if they have have been assigned control of that Character (or Token) such that they can select it in the first place.
/em is glancing at the @{Target|Look at what?|token_name}.Or, using PowerCards:
/w gm @{target|Look at what?|bar1}
/em is examining the @{target|Examine what?|token_name} in detail.
!power {{
--whisper|self
--name|Examining @{target|Examine what?|token_name}
--!|@{target|Examine what?|bar1|max}
}}
Modnar Wylde said:
I was wondering - I ran into a bit a problem - do you know of an API call or script that would delete the token upon being called and presented?
Two people found one of the "hidden" objects and there was some infighting on who found it first
-- I'm having the macro whisper to me in the future, so I know the relative timing of such events the future, but I was wondering if they "picked it up" could I then remove it from the map.
Modnar Wylde said:
I was wondering - I ran into a bit a problem - do you know of an API call or script that would delete the token upon being called and presented?
GenKitty said:
Modnar Wylde said:
I was wondering - I ran into a bit a problem - do you know of an API call or script that would delete the token upon being called and presented?
I don't know of an API that deletes objects, but TokenMod will let you move items to the GM layer -- which from a player PoV is effectively the same thing :)
The API can delete any object type that it can create (graphics, texts, paths, characters, abilities, attributes, handouts, rollabletables, tableitems, and macros). It can neither create nor delete pages, campaigns, players, decks, cards, hands, or jukeboxtracks.Silvyre said:
Modnar Wylde said:
I was wondering - I ran into a bit a problem - do you know of an API call or script that would delete the token upon being called and presented?
Two people found one of the "hidden" objects and there was some infighting on who found it first
-- I'm having the macro whisper to me in the future, so I know the relative timing of such events the future, but I was wondering if they "picked it up" could I then remove it from the map.
Unfortunately, I don't think the API is capable of deleting objects.