Try putting the "change room" interaction AFTER "Run script..." and see if it helps.
Though a better solution is, change room within the script, as you'd made one already, delete that change room interaction. Like:
function hotspot1_a() {
// script for hotspot1: Any click on hotspot
InterfaceOn(1);
InterfaceOn(5);
NewRoom(5);//Change to your desired parameters
}
Though a better solution is, change room within the script, as you'd made one already, delete that change room interaction. Like:
function hotspot1_a() {
// script for hotspot1: Any click on hotspot
InterfaceOn(1);
InterfaceOn(5);
NewRoom(5);//Change to your desired parameters
}