![]() |
Healing System Help - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Healing System Help (/Thread-Healing-System-Help) |
Healing System Help - Paulo_BR - 10-17-2012 07:37 AM I picked up this script in the session downloads site, and is giving an error when I put the bag in Bandagen says that I can not use it from the ground, and the Bandagen is in my backpack, how can I fix this error? Already tried everything and can not fix. And sphere to read the script I have to make a save in the script and give resync the console. Thank you. Quote:// Healing System v4.0 RE: Healing System Help - Barnabus - 10-17-2012 08:28 AM I think your problem is your TYPEDEF Dclick try this instead. PHP Code: ON=@DCLICK IF (<CONT>!=<SRC.FINDLAYER(21).UID>) SRC.SYSMESSAGE @0029,,1 Bandages must be in your pack to use RETURN 1 ENDIF Checks to see if it is inside your pack I think if you want it to be used from a bag in a bag, you could just do IF (<SRC.FINDID.i_bandage>) and it shouldnt matter how deep the bandage is stored. RE: Healing System Help - Paulo_BR - 10-17-2012 02:15 PM Oh man, its work now, thank you so much!!!!!! |