Didn't Stefan already say he was anti-mouse? Anyways, I think Stefan should also let you use a string in toweapons. Take this for example:
NPC Code:
if (created) {
setstring this.name,Test1;
}
if (playertouchsme) {
toweapons #s(this.name);
}
Currently, if I do that same method in Graal, it will create a weapon named: #s(this
That would be a huge help.