Thread
:
Quest Problems (Another Items Event Problem....)
View Single Post
#
5
10-17-2003, 10:23 AM
Scorpious2k
Demi-God
Join Date: Mar 2003
Location: USA
Posts: 1,067
Re: Quest Problems (Another Items Event Problem....)
Quote:
Originally Posted by
morgklor
if ($item0 == "1001")
should be:
Code:
if ($item1 == "1001")
$item0 isn't valid
Quote:
if ($itemcount(1001) == 1)
should be
Code:
if ($itemcount("1001") == 1)
almost all parameters have to be in quotes
__________________
Maybe I should try making one of these servers...
Scorpious2k
View Public Profile
Send a private message to Scorpious2k
Visit Scorpious2k's homepage!
Find all posts by Scorpious2k