We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7173e1b commit cd9fd32Copy full SHA for cd9fd32
scripts/misc/customhousecommit.src
@@ -1,11 +1,7 @@
1
-use uo;
2
-
3
-include ":attributes:attributes";
4
5
// See documentation at https://docs.polserver.com/pol100/scripttypes.php#CustomHouseCommitScript on suggested actions
6
program CustomHouseCommitScript(who, house)
7
if (who.concealed)
8
who.concealed := 0;
9
endif
10
house.acceptcommit(who,1);
11
-endprogram
+endprogram
0 commit comments