jdavies345 Posted October 5, 2015 Share Posted October 5, 2015 i been trying to make some creature companions, most notably is a Deathclaw Companion. though i cant get the script value at all and what so ever heres the steps i make 1- I find the model i want to use and plop it into the world and where i want it to be, i rename it to what i want and check in game. it appears after i start it up in FOMM and BOOM there is the named Deathclaw.2- i start up and type up this said script: scn ***Script short HasBeenHiredshort L38short DoOnce int CombatStyleRangedint CombatStyleMeleeint IsFollowingDefaultint IsFollowingLongint FollowerSwitchAggressiveint Waiting Begin GameModeIf (DoOnce != 1)Set HasBeenHired to 0Set L38 to 0Set CombatStyleRanged to 1Set CombatStyleMelee to 0Set IsFollowingDefault to 0Set IsFollowingLong to 0Set FollowerSwitchAggressive to 0Set Waiting to 0Set DoOnce to 1EndIfEnd (*** has the name of the script and to who it's assigned to, like the deathclaw) 3- i start up a AI Package for FOLLOW but i want a Condition to make it follow 4- New Condition, GetScriptVarible, (TARGET, UNKNOWN), Select Target in render window, Double Click my chosen Companion, NOPE is there anything i did wrong...or am i abit behind since i'm like...making my first personal Voice Acted Mod Link to comment Share on other sites More sharing options...
GePalladium Posted October 5, 2015 Share Posted October 5, 2015 Did you give him a REF? Link to comment Share on other sites More sharing options...
jdavies345 Posted October 5, 2015 Author Share Posted October 5, 2015 (edited) Did you give him a REF?if you mean give him Ref like NameSpawnREF or NameREF. yes that is ON the model, like double clicking it and giving it a Reference Form ID Edited October 5, 2015 by jdavies345 Link to comment Share on other sites More sharing options...
jdavies345 Posted October 5, 2015 Author Share Posted October 5, 2015 (edited) Did you give him a REF?NVM....found out what.....the Persistent REF wasnt ticked....kinda odd edit seems that i cant the condition to appear (as in become apart of the condition List) Edited October 5, 2015 by jdavies345 Link to comment Share on other sites More sharing options...
rickerhk Posted October 5, 2015 Share Posted October 5, 2015 Make sure the REF name doesn't begin with a number. Also it's not a good idea to prefix the scriptname with a number either. Link to comment Share on other sites More sharing options...
jdavies345 Posted October 5, 2015 Author Share Posted October 5, 2015 Make sure the REF name doesn't begin with a number. Also it's not a good idea to prefix the scriptname with a number either.i havent Link to comment Share on other sites More sharing options...
jdavies345 Posted October 5, 2015 Author Share Posted October 5, 2015 right now i cant get the Condition to appear, i'm able to get the target to work but it wont spawn a Condition at all on the Subjet Link to comment Share on other sites More sharing options...
jdavies345 Posted October 5, 2015 Author Share Posted October 5, 2015 THIS IS COMPLETELY ****ING STUPID ON WHAT IS WRONG HERE!!! what was wrong? the Conditions werent showing....BUT they were WORKING!!! ALL ALONG!!!! my list was all smashed all the way to the left, sooo yeah.....now THATS taken care of....im SOOOO sorry for making some people here dumb as hell or making me look retarded ;.; all of my value lists were all smished to the left soo i couldnt see them...which was kinda sad really, i also thank everyone that DID help or try, but this is Solved...hopefully Link to comment Share on other sites More sharing options...
Recommended Posts