diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index a44a535ed..6c91f2898 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -144,6 +144,7 @@ function script checkclientversion { .@dg=1; mesc l("Game Rules were updated!"), 1; mesc l("Use @@ to read the new version.", "@rules"), 1; + mes ""; //GameRules S_NO_NPC_NAME | S_LAST_NEXT; } // Msawis bug @@ -170,6 +171,12 @@ function script checkclientversion { warp "Save", 0, 0; next; } + if (strcharinfo(0) == "vilbou") { + atcommand "@unjail vilbou"; + sc_end SC_JAILED; + if (getmap() ~= "sec_pri") + warp "Save", 0, 0; + } } |