Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 18 matches

by verbin
21.01.2015 1:48
Forum: Help
Topic: how move something from BoxA to BoxB?
Replies: 6
Views: 5997

Re: how move something from BoxA to BoxB?

and how debug scripts?
i check "Enable Debug Mode"
and press F7 or F8 or F9
scripts not run or not stop in breakpoint
by verbin
21.01.2015 1:35
Forum: Help
Topic: how move something from BoxA to BoxB?
Replies: 6
Views: 5997

Re: how move something from BoxA to BoxB?

thank for response me
but i don't move item to my backpack
i want move item from BoxA to BoxB
findtype only find BoxA,how find BoxB?
by verbin
21.01.2015 0:01
Forum: Help
Topic: how move something from BoxA to BoxB?
Replies: 6
Views: 5997

how move something from BoxA to BoxB?

function mvitem():integer; var BoxA,BoxB,Temp:word; begin if FindType($9aa,Ground) > 0 then //there FindQuantity is 2 BoxA := FimdItem; //now, how do find other Box? UseObject(BoxA); //But System Tell Me Object Not Found? FindItem($1bf2,BoxA) //I Have some $1bf2 in this box,but can't find Temp := Fi...