Thread: Trees.
View Single Post
  #8  
Old 12-08-2001, 05:08 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: ok.

Quote:
Originally posted by maximus_asinus
I will try to make it but I proably will make a mess of it.I used:
if (playerdir=2) {
dir=4;
say whatever;
}

if (playerdir==2)
remember, = is an assignment, == means equals
Reply With Quote