View Single Post
  #3  
Old 12-22-2010, 02:39 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by SlikRick View Post
if (player.level.name.starts("npulse_") && player.level.name...
replace && with ||

&& (AND) will check if both conditions are true, while || (OR) will check if either one of them is true.
Reply With Quote