Noob here. Was following all of the steps in the Quest Tutorial Wiki, until I hit a wall here
http://quest5.net/wiki/Custom_commands.
I am trying to weigh eggs with a weigh command. The eggs have a weight attribute of 250. The game output is: "It weighs " + object.weight + " grams."
The tutorial wants to read the attribute when the player weighs eggs.
weigh #object#
Print expression "It weighs " + object.weight + " grams."
The script is: If Object has attribute Object [then type in the word object] Attribute Name [weight].
Hope someone can help, because I really dig what I learned so far.