Thread
:
Randomly Choose a quest::say()
View Single Post
#
2
02-02-2012, 10:13 PM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
if(x = y) means assign y to x and proceed if x is not 0.
if(x == y) means proceed if x is equal to y.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112