Created
August 3, 2014 20:44
-
-
Save michael-donat/b3278a9ab5757a1d616b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/def -mregexp -t'\. (.*) oczy jarza sie delikatna poswiata' _exp_blavi_smok = \ | |
/let _exp_blavi_smok_color=$[tolower({P1})]%;\ | |
/def _exp_blavi_smok_action=/send przestaw figurke smoka na %{_exp_blavi_smok_color} pole | |
/def -mregexp -t' oczy gryfa lsnia niebezpiecznie' _exp_blavi_gryf = \ | |
/let _exp_blavi_gryf_color=$[tolower({PL})]%;\ | |
/def _exp_blavi_gryf_action=/send przestaw figurke gryfa na %{_exp_blavi_gryf_color} pole | |
/def -mregexp -t'Jego (.*) niczym slonce oczy zwrocone sa gdzies w przestrzen' _exp_blavi_jednorozec = \ | |
/let _exp_blavi_jednorozec_color=%{P1}%;\ | |
/def _exp_blavi_jednorozec_action=/send przestaw figurke jednorozca na %{_exp_blavi_jednorozec_color} pole | |
/def figurki = \ | |
/_exp_blavi_smok_action%;\ | |
/_exp_blavi_gryf_action%;\ | |
/_exp_blavi_jednorozec_action |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment