UglyDucklingStudios Posted December 18, 2012 Share Posted December 18, 2012 I'm trying to get a Brahmin to talk to a player after a certain thing but for some reason the brahmin I have to talk to the player wont move to start the coversation with the player. Here is the code I am using to do so: scn 00OsamaBinBrahminDialogStarterbegin GameMode short DoOnce if OsamaBinBrahmin3.GetHealthPercentage <= 0.20 && DoOnce == 0 OBBPassiveREF.Enable OBBPassiveREF.MoveTo OsamaBinBrahmin3 OsamaBinBrahmin3.Disable SetStage 00OBB 102 DisablePlayerControls 0 1 1 1 OBBPassiveREF.StartConversation Player, 00KOBBOsamaBinBrahmin0 set DoOnce to 1endifend Anyone know whats wrong? Because I can't figure it out. If you know please tell me. That would be awesome. Link to comment Share on other sites More sharing options...
Mishaxhi Posted December 18, 2012 Share Posted December 18, 2012 scn 00OsamaBinBrahminDialogStarterbegin GameMode short DoOnce if OsamaBinBrahmin3.GetHealthPercentage <= 0.20 && DoOnce == 0OBBPassiveREF.EnableOBBPassiveREF.MoveTo OsamaBinBrahmin3OsamaBinBrahmin3.DisableSetStage 00OBB 102DisablePlayerControls 0 1 1 1OBBPassiveREF.SayTo Player 00KOBBOsamaBinBrahmin0 1set DoOnce to 1endifend Link to comment Share on other sites More sharing options...
UglyDucklingStudios Posted December 18, 2012 Author Share Posted December 18, 2012 (edited) It still doesn't work. The brahmin still just stands there and doesn't even try to walk toward the player. Edited December 18, 2012 by UglyDucklingStudios Link to comment Share on other sites More sharing options...
UglyDucklingStudios Posted December 18, 2012 Author Share Posted December 18, 2012 Okay I got it to work! Link to comment Share on other sites More sharing options...
FiftyTifty Posted December 18, 2012 Share Posted December 18, 2012 Okay I got it to work! For those that may have this issue, do tell how you got it to work. Link to comment Share on other sites More sharing options...
Recommended Posts