Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

listen wildcard

Mark Busch
DarkLife Developer
Join date: 8 Apr 2003
Posts: 442
04-17-2003 09:55
Since we can use llParseString2List we can use voice commands like "dothis tothis"
Therefor it would be usefull to listen to "dothis*" where * is the wildcard for everything.
So I suggest in the listen function you can use wilcards in the msg parameter.

For example integer llListen(0, "", "", "closedoor*";);
will listen to "closedoor 1" and closedoor 2" etc.
Ope Rand
Alien
Join date: 14 Mar 2003
Posts: 352
04-17-2003 09:56
I agree. or is this possible some other way?
Ama Omega
Lost Wanderer
Join date: 11 Dec 2002
Posts: 1,770
04-17-2003 10:01
I would also like to see this feature.