Numerous Texts Enabling the Same Command

Enpherdaen
24 Sept 2016, 23:52

How do I make it so different texts that mean the same thing make the same command occur?
Ex: "Load revolver, load gun, put ammunition in gun" would all enable the same command.


hegemonkhan
25 Sept 2016, 05:54

Command Pattern box:

put ammunition in gun; load revolver; use ammunition; load gun; etc etc etc


Enpherdaen
25 Sept 2016, 13:42

Thanks. =D