Skip to content

Commit

Permalink
bulk select deploy command series : use equal operator
Browse files Browse the repository at this point in the history
apparently no one went beyond 9 in their command series to find out that the sequence being at 1 would also trigger a 10
  • Loading branch information
pingu7867 committed Sep 28, 2024
1 parent 4a70a72 commit 296b409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/pac3/editor/client/parts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3867,6 +3867,7 @@ function pace.addPartMenuComponent(menu, obj, option_name)
str = string.gsub(str, " ", "")
for i,v in ipairs(pace.BulkSelectList) do
part = pac.CreatePart("event")
part:SetOperator("equal")
part:SetParent(v)
part.Event = "command"
part.Arguments = str..i.."@@0@@0"
Expand Down

0 comments on commit 296b409

Please sign in to comment.