View Single Post
  #2  
Old 01-29-2005, 12:53 PM
Arkan1k Arkan1k is offline
Delph
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 35
Arkan1k is on a distinguished road
Send a message via AIM to Arkan1k Send a message via MSN to Arkan1k
Spot the difference:

NPC Code:
if (!x=40 && !y=23.5){
set Carried;
}

if (x!=40 && y!=23.5){
set Carried;
}

__________________
[ Delph ]
Reply With Quote