--- deliantra/Deliantra-Client/DC.pm 2006/07/30 13:16:44 1.108 +++ deliantra/Deliantra-Client/DC.pm 2006/07/30 13:40:17 1.109 @@ -298,6 +298,15 @@ $::CONN->send ("command apply flint and steel"); } ], + ["inscribe", # first try of an easier use of flint&steel + sub { + &::open_string_query ("Text to inscribe", sub { + my ($entry, $txt) = @_; + $::CONN->send ("mark ". pack "N", $self->{tag}); + $::CONN->send ("command use_skill inscription $txt"); + }); + } + ], ["apply", sub { $::CONN->send ("apply $self->{tag}") }], ( $self->{flags} & F_LOCKED