Quote:

the error i get is:

< var temp2{6};
start.wdl 43:5 Error (): Twice defined temp2

i'm making an adventure
i include it in my main script




"twice defined temp2" means that in your wdls "var temp2" appears two times! You have to erase one of them. And then you have to try wether it works. Otherwise undo the erase, and erase the other one instead!
Probably one time in Accys' code and one time in the other scripts that you use.
If you work with the script editor you can use the search option "find texts in files" (icon: spyglass with folder)!