diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:44:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:44:10 -0300 |
commit | 1e9b0c2764680794025cf8d80fd1f2f8ae0226a7 (patch) | |
tree | 72b93c38e4038c2bf78bb84e16e45c71a7997d53 /npc/functions/game-rules.txt | |
parent | 9f535af20490aef3311e608a44d42059be8538fd (diff) | |
download | serverdata-1e9b0c2764680794025cf8d80fd1f2f8ae0226a7.tar.gz serverdata-1e9b0c2764680794025cf8d80fd1f2f8ae0226a7.tar.bz2 serverdata-1e9b0c2764680794025cf8d80fd1f2f8ae0226a7.tar.xz serverdata-1e9b0c2764680794025cf8d80fd1f2f8ae0226a7.zip |
Update game rules.
Diffstat (limited to 'npc/functions/game-rules.txt')
-rw-r--r-- | npc/functions/game-rules.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |