-Upgrading LambdaCore to 1.8.0-
$login:? Looks for verbs on itself to show the player as available choices. As usual, start the indexing at 1 and take out tostr() calls.. replace: 5: for i in [0..length(verbs(this)) - 1] 6: if (verb_args(this, tostr(i)) == {"any", "none", "any"} && index((info = verb_info(this, tostr(i)))[2], "x")) with 5: for i in [1..length(verbs(this))] 6: if (verb_args(this, i) == {"any", "none", "any"} && index((info = verb_info(this, i))[2], "x"))
-17-
[Previous Page][Next Page][Contents]