Thread
:
Perl Script Question
View Single Post
#
2
10-19-2015, 10:55 AM
NatedogEZ
Developer
Join Date: Dec 2012
Posts: 515
When comparing numbers make sure to use ==
When comparing strings is when you use eq
When doing an OR its ||
Code:
if($wp == 55 || $wp == 117) { quest::SetRunning(1); }
NatedogEZ
View Public Profile
Send a private message to NatedogEZ
Find all posts by NatedogEZ