From dcde90dd4a4f9d8166dbdab050a0a8e3b8ff2c8e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Jan 2021 01:07:47 -0300 Subject: Try to fix a few rough edges on @titulate --- npc/commands/titulate.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt index 4e9358e0f..6ec8d6e26 100644 --- a/npc/commands/titulate.txt +++ b/npc/commands/titulate.txt @@ -1,7 +1,7 @@ // TMW2 Script // -// @grantpower -// Grants a legendary weapon to . Cannot be undone. +// @titulate +// Grants a title to . Cannot be undone. // Only way to bypass restrictions on legendary weapons. - script @titulate 32767,{ @@ -10,6 +10,7 @@ OnCall: .@request$ = ""; .@request$ += implode(.@atcmd_parameters$, " "); + .@request$ = strip(.@request$); // No argument supplied if (.@request$ == "") { @@ -29,7 +30,7 @@ OnCall: mes ".:: " + l("Titulation") + " ::."; if (.@mine <= .@them || .@them < 0) { - mesc l("You can only concede or vouch a title for people of academic rank smaller or equal to your own."); + mesc l("You can only concede or vouch a title for people of academic rank inferior than your own."); close; } -- cgit v1.2.3-60-g2f50