Quote:
Originally Posted by tulyita
Woah, you programmed it?  Cool.
|
You just have items that you have in your inventory just simple
Code:
case $ACT_MOVE_COPYCAT_ITEM :
//move item in tower
//not working
$db_data = loadDefaultData ();
$ret [0] = $RESP_MOVE_TOWER_ITEM . $ret [0];
$ret [0] = "102" . $ret [0];
Im going to try to save items
And where do you get the numbers for RESP functions?