The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Healing System Help
Author Message
Barnabus
Journeyman
*

Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #2
RE: Healing System Help
I think your problem is your TYPEDEF Dclick try this instead.
PHP Code:
ON=@DCLICK
    
IF (<SRC.FINDID.i_memory_healer>)
        
SRC.SYSMESSAGE @0029,,1 You cannot heal again yet
        
RETURN 1
    
ENDIF
    IF (<
CONT>!=<SRC.FINDLAYER(21).UID>)
      
SRC.SYSMESSAGE @0029,,1 Bandages must be in your pack to use
      RETURN 
1
    
ENDIF
    
SRC.SYSMESSAGE @95,,1 Who do you wish to heal?
    
TARGET
    
RETURN 

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.
(This post was last modified: 10-17-2012 08:32 AM by Barnabus.)
10-17-2012 08:28 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Healing System Help - Paulo_BR - 10-17-2012, 07:37 AM
RE: Healing System Help - Barnabus - 10-17-2012 08:28 AM
RE: Healing System Help - Paulo_BR - 10-17-2012, 02:15 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)