Code: Select all
[test]
alt1=__ALT_CONTROL__1__build__
alt2=__ALT_CONTROL__1__build__ __1__ test
Code: Select all
/c
game.print({"test.alt1"})
game.print({"test.alt2", "substituted parameter"})
Code: Select all
Left-click
Left-click substituted parameter test
Code: Select all
Left-click
__ALT_CONTROLsubstituted parameterbuild__ substituted parameter test
Furthermore:
Code: Select all
/c game.print({"test.alt2", "__1__"})
Code: Select all
Left-click __1__ test