Open Ally opens the container/door you're looking at Stand Ally stands at the spot you're looking at Retrieve Ally picks up the item you’re looking at Attack Ally attacks the NPC you’re looking at ...
CREATE TABLE table_name ( column1 TYPE PRIMARY KEY, column2 TYPE CONSTRAINT, Column3 TYPE ); You can create a table with a column which will serve as an index, column1 in this case. TYPE indicates the ...