Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help junior users to create/transfer the correct #action #27

Open
chunqiuorg opened this issue Feb 1, 2020 · 0 comments
Open

Help junior users to create/transfer the correct #action #27

chunqiuorg opened this issue Feb 1, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chunqiuorg
Copy link

Some sentenses may be difficult for junior users to make Actions. I sugguest to add a new function to help junior users to create/transfer the correct #action. For example:
[original sentense]
陆乘风说道:请姑娘代替本座于5日后前往苏州沧浪亭抓那个杀手。
Users want to catch the key variables of the designed job as follows:
#action { 陆乘风说道:请%1代替本座于%2日后前往%3抓那个%4。 }
Suppose that, as a very beginner of a mud player, I don't know how to write this action. However, I will be very grateful if there is a COMMAND which can transfer the sentense to the correct action, e.g. a COMMAND named #transaction will transfer all things in {} to thee correct way:
#transaction { 陆乘风说道:请{姑娘}代替本座于{5}日后前往{苏州沧浪亭}抓那个{杀手}。 };
will generate
#action { 陆乘风说道:请{\S}代替本座于{\d}日后前往{\S}抓那个{\S}。 } {do sth};
I think this function, no matter in what way it is created, will be very popular esp. with the junior users.

@dzpao dzpao added enhancement New feature or request good first issue Good for newcomers labels Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants