View Single Post
  #2  
Old 12-07-2011, 08:59 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
As I have learnt debugging is the key.
Have you tried something like this?
PHP Code:
//#CLIENTSIDE 
function onPlayerEnters() {
  
temp.haha = {
    
"world_bb01.nw""world_bb02.nw""world_bb03.nw",
    
"world_bc01.nw""world_bc02.nw""world_bc03.nw",
    
"world_bd01.nw""world_bd02.nw""world_bd03.nw",
    
"world_be01.nw""world_be02.nw""world_be03.nw"
  
};
  if (
player.level.name in temp.haha) {
    
player.chat "I am in the correct levels!";
  } else {
    
player.chat "I am not in the correct levels!";
  }

If all else fails, I know you probably shouldn't but do it on a one second timeout.
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote