what im trying to do is set a trigger that redo the last 'send to world action' from the last function.
something like.. a trigger runs the function
function at_trigger () {
world.send ("say something to mud");
}
that send text wont go to command window so i cant go there and get last command to do it again. ide like to know if theres any way to , after i send something to mud, i go back and get what i send to do something with it.
thx.
something like.. a trigger runs the function
function at_trigger () {
world.send ("say something to mud");
}
that send text wont go to command window so i cant go there and get last command to do it again. ide like to know if theres any way to , after i send something to mud, i go back and get what i send to do something with it.
thx.