- Joined
- Aug 23, 2015
- Messages
- 2
- Reaction score
- 2
- First Language
- Russian
- Primarily Uses
L'James Notetag System v.1.1
This script serves to simplify work with notetags in custom scripts.Features:
- Execute specifed action when note matches with regex
- Parse notes and automatically receive data from notetags by using special rules
How to use:
Script uses simple DSL to setup notetags.
LJ::NOTETAGS.extension do # Extension styling trait_parser create_parser.add_anon_matcher("[%s]"){|x| true} # Parameter schemes' registraion declare_features do register
Also you can use battler.get_feature
P.S. Sorry for my bad english
