Skip to content

Commit

Permalink
ups, GT is not GTE
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Feb 15, 2025
1 parent ec1ea1e commit 21c058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/triggers/psttriggers.htm
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
Same as Proficiency but checks if the proficiency level is lesser than Value.<br />
<br />
<strong>0x4099 ProficiencyGT(O:Object*,I:Slot*WProf,I:Value*)</strong><br />
Same as Proficiency but checks if the proficiency level is greater or equal than Value.<br />
Same as Proficiency but checks if the proficiency level is greater than Value.<br />
<br />
<strong>0x409a Faction(O:Object*,I:Value*Faction)</strong><br />
NT Returns true only if the Faction of the specified object is the same as that specified by the 2nd parameter. <br />
Expand Down

0 comments on commit 21c058f

Please sign in to comment.