
Hello all! I'm trying to set up a script that references tables in order to give the basic weather for the day in that window. I basically copied another script I found in the Wiki but am having problems. I have already set up the tables with the names as within the brackets, such as [[ 1t[Forest-Weather] ]] referencing the table titled Forest-Weather. But I have a script problem because the script creates the drop down menu correctly, but then it seems to roll a 0d0 and then prints "0" in the chat window. Does anyone see what I am doing wrong? [[?{Environment you are in|Coastal, [[ 1t[Coastal Weather] ]]|Forest, [[ 1t[Forest-Weather] ]]|Desert, [[ 1t[Desert Weather] ]]|Grassland, [[ 1t[Grassland Weather] ]]|Mountain, [[ 1t[Mountain Weather] ]]|Ocean, [[ 1t[Ocean Weather] ]]} ]] Thank you!