Jump to content

Home

Skill script....


Demongo

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...