Demongo Posted August 26, 2009 Share Posted August 26, 2009 I need a script that checks if the PC has enough Repair skill. To be more specific, if the PC has 3 Repair Skill, an option becomes available in the dialog. Can anyone help? Link to comment Share on other sites More sharing options...
Star Admiral Posted August 26, 2009 Share Posted August 26, 2009 TSL has a built-in script for this check. Use c_sc_rep_gt.nss for the script. Pass in "3" as the parameter in the dialog and it will do the work. - Star Admiral Link to comment Share on other sites More sharing options...
Demongo Posted August 26, 2009 Author Share Posted August 26, 2009 Sorry I forgot to mention I want it for K1. Will it work anyway? Link to comment Share on other sites More sharing options...
stoffe Posted August 26, 2009 Share Posted August 26, 2009 I need a script that checks if the PC has enough Repair skill. To be more specific, if the PC has 3 Repair Skill, an option becomes available in the dialog. Can anyone help? int StartingConditional() { return (GetSkillRank(SKILL_REPAIR, GetFirstPC()) >= 3); } Link to comment Share on other sites More sharing options...
Demongo Posted August 26, 2009 Author Share Posted August 26, 2009 It worked thanks:D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.