We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3865fc commit 930bb5fCopy full SHA for 930bb5f
Data/Base.rte/Activities/Test.lua
@@ -6,6 +6,12 @@ package.loaded.Constants = nil; require("Constants");
6
7
function Test:StartActivity()
8
print("START! -- Test:StartActivity()!");
9
+
10
+ for actor in MovableMan.AddedActors do
11
+ if IsADoor(actor) then
12
+ actor.Team = Activity.NOTEAM;
13
+ end
14
15
16
for player = Activity.PLAYER_1, Activity.MAXPLAYERCOUNT - 1 do
17
if self:PlayerActive(player) and self:PlayerHuman(player) then
0 commit comments