![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: Missing } - unable to open file |
rgtnismo |
![]() i'm using QDK/Quest 3.01 and it's probably me doing something wrong. I've tried it a few times now and can't get it to work. In my scenario i'm trying to make a TV that will stay on when i leave the room, so i used two items for the TV and a few conditions. this is my actual coding: command <use Television> if here <TVOFF> then {if ask <Turn Television ON?> then { show <TVON> hide <TVOFF> msg <You Turn the Television ON.> choose <Television> } define object <TVOFF> define object <TVON> |
Russell |
![]() You'll have to open the .asl file with a text editor such as notepad or wordpad and put the second bracket in yourself after choose <Television> I think Alex is working on finding this bug. |
Computer Whizz |
![]() OK..... now below I will use _ as a space character! I am doing this since it is easier to read with tabs/spaces!! command <use Television> if here <TVOFF> then { You should put an ELSE here saying "The TV is not here." or something like that! Computer Whizz |
Alex |
![]() If you remove the { before "if ask <Turn Television ON?>" then all will be fine, and if you save the game in QDK again it will also be OK. It's an irritating little bug which I've squashed in QDK 3.02, coming soon.... |