cdo947214 Posted November 16, 2016 Share Posted November 16, 2016 How do I do this. I tried going into the cell view and naming him "CharacterNameREF" then running a fragment on end (CharacterNameREF.enable), but it wouldn't compile. Link to comment Share on other sites More sharing options...
chucksteel Posted November 16, 2016 Share Posted November 16, 2016 I know nothing about dialogue but try "CharacterNameRef.Enable()" you forgot the ( ) after the enable. Link to comment Share on other sites More sharing options...
cdo947214 Posted November 16, 2016 Author Share Posted November 16, 2016 Nope. Didn't work. Link to comment Share on other sites More sharing options...
LoneRaptor Posted November 16, 2016 Share Posted November 16, 2016 As chucksteel said add the () after enable and also make sure you have a property for the actor and that it is filled. Link to comment Share on other sites More sharing options...
cdo947214 Posted November 16, 2016 Author Share Posted November 16, 2016 What do you mean by property? Link to comment Share on other sites More sharing options...
cdo947214 Posted November 16, 2016 Author Share Posted November 16, 2016 Oh, I think I get it. Link to comment Share on other sites More sharing options...
LoneRaptor Posted November 16, 2016 Share Posted November 16, 2016 where you wrote the code for the fragment there should be a button labled properties. click on that and in the window that opens select add property and then choose for type ObjectReference name it CharacterNameREF and click ok. then in the list of properties select the one you just made and select edit value. select the character you want to eneable and click ok. Link to comment Share on other sites More sharing options...
cdo947214 Posted November 16, 2016 Author Share Posted November 16, 2016 Nothing happens when I click properties. Link to comment Share on other sites More sharing options...
LoneRaptor Posted November 16, 2016 Share Posted November 16, 2016 If the button is greyed out you might have to close and reopen the window first. Link to comment Share on other sites More sharing options...
cdo947214 Posted November 16, 2016 Author Share Posted November 16, 2016 It's not greyed out. Link to comment Share on other sites More sharing options...
Recommended Posts