Zabaware Support Forums

Just for old Times sake

Started by raybe, November 13, 2011, 10:04:40 PM

Previous topic - Next topic

Carl2

   I looked at your script and it seems the scripting has become more advanced than I am used to.  I have also been looking at the vrHaptek scripting, vr loads and stores the variables and I think you just declare them.  I don't often change characters or voices but your scripting is still useful and shows what can be done.
  With win 7 and Hal 6.2 I'm running into some unexpected and strange things.  This is the script I used:
If InStr(vrUserSentence, "wear the pantsuit") <> 0 Then
   vrFile = SSNRM 2048.jpg
    HalCommands = "<HAPTEXT>" &  "\settexture [tex= Bodyskins/" & vrFile & "]</HAPTEXT>"
   GetResponse = "Do you like this? "
End If
  I said wear the pantsuit and the background changed and her clothing changed but it was the wrong clothing,  also the response was not Do you like this.  I checked the time to be sure it wasn't the vrHaptek changing clothing which I believe changes when the hour changes.
Anyways thanks,
Carl2