foundryvtt-reve-de-dragon/packs_src/macros/macros_Repos_6LRZ8DOVfqotIEsi.yml

25 lines
482 B
YAML
Raw Normal View History

name: Repos
type: script
scope: global
author: Hp9ImM4o9YRTSdfu
img: icons/svg/sleep.svg
command: |-
const selected = game.system.rdd.RdDUtility.getSelectedActor();
if (selected) {
selected.repos();
}
else {
ui.notifications.info('Pas de personnage sélectionné');
}
ownership:
default: 0
folder: null
sort: 0
_id: 6LRZ8DOVfqotIEsi
_stats:
systemId: foundryvtt-reve-de-dragon
systemVersion: 12.0.22
coreVersion: '12.331'
_key: '!macros!6LRZ8DOVfqotIEsi'