Thread: Script Question
View Single Post
Tizzar
Junior Member
 
Join Date: Aug 2012
Posts: 15

Old May 15th, 2017, 03:30 PM
I am working on a suit of armor that sets the characters strength to 12+6.

my script goes like this:

if (field[grIsEquip].value <> 0) then
#traitinplay[attrStr] = 10
perform #traitadjust[trTough,+,2,"Power Armor"]
perform #traitroll[skStealth,-,6,"Power Armor"]
perform #traitroll[skNotice,+,2,"Power Armor"]
endif

my script experience is pretty limited (almost none existent) so zarlor I understand what trtFinal is I just don't know how to set it.

I pretty much just cruise through others work and try to apply it to my own, a bit of trial and error. I have done a bit of digging on the forums but haven't had any luck finding the answer to my question. I really appreciate you taking time to help.

Jason
Tizzar is offline   #6 Reply With Quote