Zabaware Support Forums

need help with hap and getting fullbody in middle

Started by dgher1, January 23, 2006, 04:52:41 AM

Previous topic - Next topic

dgher1

if some one has all the hap file and a way to get the fullbody in the middle of the player and with hal too. and do all the command in the haps.each time i load the full body that jiggles she go to the down to far.please email at dgher12@yahoo.com please and thank zip file
 

Art

Use the SHIFT keys in conjunction with the left and right mouse buttons to position your character in the window.

This does not work with Nadia as you will only be able to spin her around the Y-axis, not zoom in and out, etc.

Use the Search feature for Haps to locate the file in question.
In the world of AI it's the thought that counts!

- Art -

dgher1

i done seach all hap file the one on this forum is gone.if they where zip i got them if they were with .txt beside .hap like this .hap.txt when to upload forum last night.but thanks for info on other i try it as soon as done here. but hope that some one did file that made her walking on comand in hal or sit when say it hal. or done dif thing in hal with the .hap files
 

dgher1

that works it shift with right mouse butten thank again
 

Holllywood

Dgher1; You can use script similar to this to call the .hap(s)that you wish to run:

If InStr(UserSentence, " sit down.") <> 0 Then
HalCommands = "<HAPFILE>lay_down.hap</HAPFILE>"
GetResponse = GetResponse & HalBrain.ChooseSentenceFromFile(WorkingDir & "Sit Down.brn")
BlockSave=True
GetResponseBlock = True
End If
Hollywood