Thread
:
Tileset Downloading Problem
View Single Post
#
3
12-22-2010, 02:39 AM
Soala
Ideas on Fire
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Quote:
Originally Posted by
SlikRick
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.
Soala
View Public Profile
View GraalOnline Profile
Visit Soala's homepage!
Find all posts by Soala