trepleen Posted August 29, 2014 Posted August 29, 2014 I'm trying to make custom facial expressions. I want to avoid having to do this: int[32] Preset Preset[0] = 0 Preset[1] = 0 Preset[2] = 0 ....... I'd rather set all the values on a single line like this: int [] Preset = [0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 60, 60, 0, 0, 0, 0, 0, 0, 0, 0, 1, 90] Anyone know how to do this in papyrus?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.