Skip to content

Commit

Permalink
Add GetNetID and SetActivatorByNetID
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Oct 31, 2024
1 parent 78f32f6 commit 02c9bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zspecial.acs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ special
-212:GetSectorHealth(2),
-213:GetLineHealth(1),
-214:SetSubtitleNumber(2),

-215:GetNetID(3),
-216:SetActivatorByNetID(2),

// Eternity's
-300:GetLineX(3),
Expand Down

1 comment on commit 02c9bc5

@Blue-Shadow
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last argument of those functions is optional, not required, so their definitions should be like this:

-215:GetNetID(2, 3),
-216:SetActivatorByNetID(1, 2),

Please sign in to comment.