View Single Post
  #16  
Old 10-15-2013, 12:11 AM
Furniture
Hill Giant
 
Join Date: Aug 2012
Posts: 205
Default

When I trade with someone with the same expansion variable, I get the messages from
Quote:
Message(13, "Trade denied.");
Message(13, "Value of myID is %i", myID);
Message(13, "Value of tID is %i", tID);
return;
So the ID's are getting retrieved right, but for some reason it looks like its not updating the variables properly from the db
Reply With Quote