| 07-08-2003, 04:35 AM | #1 |
How can i make items transfer when i change one hero into another hero? Ive tried but cant seem to get it to work... ~Talila |
| 07-08-2003, 11:20 AM | #2 |
Actions: Hero - Drop Item from Hero Hero - drop (Item carried by [your hero] in slot 1) from ([your hero]) --> Do this for every slot in the inventory Hero - Give Item to Hero Give (last dropped item to [your new hero]) --> this function must follow everytime after you dropped an item ex: make the hero drop the item, give to the new one, make the hero drop the item, give etc |
| 07-08-2003, 12:14 PM | #3 |
For each Integer A from 1 to 6 do - Give (Item Carried by hero in slot (Integer A) from (the old hero)) to (Your new hero) |
