AggrorJorn Posted March 27, 2013 Share Posted March 27, 2013 The select entity property displays a property, but you can't select it. It seems disabled/greyed out somehow. I tried using the following lines: Script.entity = --entity "an Entity" Script.entity = "" --entity "an Entity" Script.entity = nill --entity "an Entity" Script.entity = 0 --entity "an Entity" Link to comment Share on other sites More sharing options...
josk Posted March 27, 2013 Share Posted March 27, 2013 Script.first = nil--Entity "first" Is that what your looking for? Where first is the name of the entity. Elite Cobra Squad Link to comment Share on other sites More sharing options...
AggrorJorn Posted March 27, 2013 Author Share Posted March 27, 2013 The script isn't the problem. I already tried the line you provided. The problem is that options are greyed out: Link to comment Share on other sites More sharing options...
josk Posted March 27, 2013 Share Posted March 27, 2013 3rd one down, I should have looked harder. Elite Cobra Squad Link to comment Share on other sites More sharing options...
josk Posted March 27, 2013 Share Posted March 27, 2013 Script.mode= "Happy,Angry,Sad,Thoughtful" --choice Tested it, I think that does it. Docs will need changing. Elite Cobra Squad Link to comment Share on other sites More sharing options...
AggrorJorn Posted March 29, 2013 Author Share Posted March 29, 2013 Yeps that seems to work. Documentation has to be adjusted though. Thanks for your help. Link to comment Share on other sites More sharing options...
Admin Posted April 1, 2013 Share Posted April 1, 2013 There is no entity set, so the goto arrow or remove button won't do anything. Drag an entity from the scene browser onto that field to set it. Link to comment Share on other sites More sharing options...
Recommended Posts