VC editing
#4
The single entries have the following format:
genvcitem LIST_TEXT LIST_SOUND KEY
So, if you want to have multiple possible text-outputs for the same sound, you could use something like this:
genvcitem ["Hold position!" "Hold here!" "Stay here!"] [stayhere stayhere stayhere] 3
See how I just made the list of sounds the same length as the list of strings, but it just repeats the same value in the second list.
Thanks given by:


Messages In This Thread
VC editing - by Quorthon - 02 Oct 10, 09:44PM
RE: VC editing - by #M|A#Wolf - 02 Oct 10, 09:47PM
RE: VC editing - by Quorthon - 02 Oct 10, 09:56PM
RE: VC editing - by flowtron - 02 Oct 10, 10:39PM
RE: VC editing - by V-Man - 06 Oct 10, 06:52AM