Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/horsecrettrig1.nss
Normal file
12
_module/nss/horsecrettrig1.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetHasSkill(SKILL_SPOT,oPC)){
|
||||
int skill = GetSkillRank(SKILL_SPOT, oPC);
|
||||
int roll = d20(1);
|
||||
if (roll <= skill){
|
||||
object crack = GetObjectByTag("Button");
|
||||
AssignCommand(oPC, ActionStartConversation(crack));
|
||||
}}
|
||||
|
||||
}
|
Reference in New Issue
Block a user