From 1e9b0c2764680794025cf8d80fd1f2f8ae0226a7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 16:44:10 -0300 Subject: Update game rules. --- npc/functions/game-rules.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt index d5618e66d..fdb511564 100644 --- a/npc/functions/game-rules.txt +++ b/npc/functions/game-rules.txt @@ -10,8 +10,10 @@ // Main Rules of TMW2. function script GameRules { + /* if (checkweight(BookOfLaws, 1) == true && countitem(BookOfLaws) < 1) getitem BookOfLaws, 1; // give the book if the player lost it + */ narrator getarg(0, 0), l("1. ##BDo not bot##b, A character must be being controlled by a human, standing, siting, or logged off. You may only control one character at a time."), @@ -20,7 +22,7 @@ function script GameRules { l("4. ##BRespect other players.##b This includes but is not limited to using offensive language in nicknames or chat, and begging items or favours to other players."), l("5. ##BThe public chat is to be understood by everyone.##b Therefore, try to use english when possible."), l("6. ##BDo not create multi accounts.##b A person may only hold one account and as many chars as allowed by the server/client. Staff members with special privileges in-game may have a second account without those privileges."), - l("7. ##BAs long as you have an account, you agree with the [@@https://tmw2.org/legal.php|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail."); + l("7. ##BAs long as you have an account, you agree with the [@@https://tmw2.org/legal|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail."); return; } -- cgit v1.2.3-60-g2f50