silhouett Posted March 24, 2018 Share Posted March 24, 2018 (edited) I found this nice little form like below that shows form IDs for some things in the game can someone show me an example of how in Papyrus I would make use of one of these using that ID ? 000002C9 Experience000002CA AttackConditionAlt1000002CB AttackConditionAlt2000002CC IdleChatterTimeMin000002CD IdleChatterTimeMax000002CE RotationSpeedCondition000002CF AttackConditionAlt3000002D1 WorkshopID000002D2 AnimationMult000002D3 WeapReloadSpeedMult000002D4 Health00002D5 ActionPoints000002D6 UnusedStamina000002D7 HealRate000002D8 ActionPointsRate000002D9 ConditionRate000002DA SpeedMult000002DB RadsRate000002DC CarryWeight000002DD CritChance000002DE MeleeDamage000002DF UnarmedDamage000002E0 Mass000002E1 Rads Edited March 24, 2018 by silhouett Link to comment Share on other sites More sharing options...
Evangela Posted March 24, 2018 Share Posted March 24, 2018 (edited) Those are actor values, and you don't need their IDs unless you were explicitly pulling them from the file via GetFormFromFile(). You can them(using the name, not the ID) in the various functions listed on this page: https://www.creationkit.com/fallout4/index.php?title=Actor_Value Edited March 24, 2018 by Rasikko Link to comment Share on other sites More sharing options...
silhouett Posted April 24, 2018 Author Share Posted April 24, 2018 Thank You Link to comment Share on other sites More sharing options...
Recommended Posts