I have the following code:
That gives the error that it can't understand expression: new book
What is the problem, and how do i make it work?
Code:
command /help:
trigger:
set {_book} to new book
add page "Testing" to {_book}
open book {_book} to player
That gives the error that it can't understand expression: new book
What is the problem, and how do i make it work?