Can someone help solve the problem of this script? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Can someone help solve the problem of this script? (/Thread-Can-someone-help-solve-the-problem-of-this-script) |
Can someone help solve the problem of this script? - victorstelzer - 10-22-2012 01:56 AM When I try to remove the ingot added the book, it's the message that the ingot was for the bank, but the ingot remains in book. I found the problem says that the book needs to be on the bench to remove the ingot, if (<obj.cont.uid>! = <src.findlayer(layer_bankbox).uid>) src.sysmessage This book should be on your bankbox! src.tag.uid_IngotBook return 1 How do the book work anywhere in the world RE: Can someone help solve the problem of this script? - Mordaunt - 10-22-2012 04:04 AM To use it anywhere in the world it should be as simple as removing the if (<obj.cont.uid>! = <src.findlayer(layer_bankbox).uid>) and it's corresponding endif. |