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
OPEN BANK ONLY INSIDE THE HOUSE
Author Message
Shidhun
Journeyman
*

Posts: 59
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Jul 2012
Reputation: 1



Post: #3
RE: OPEN BANK ONLY INSIDE THE HOUSE
You could add other Region_Flags.

For Script-purposes we added other Region-Flags years ago

Code:
[DEFNAME REGION_FLAGS]
.....
region_town         010000
region_house        020000
.....
region_no_mark
etc.

This way we can easily apply the according flags to the house-zones by adding |020000

In Scripts you can then easily check using :

Code:
if (<region.flags>&region_house)
....
endif

Or in your case
Code:
[SPEECH spk_player]
ON=*bank*
   if (<src.region.flags>&region_house)
       src.bankself
   endif
(This post was last modified: 04-05-2014 12:11 AM by Shidhun.)
04-05-2014 12:09 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
RE: OPEN BANK ONLY INSIDE THE HOUSE - XuN - 04-04-2014, 11:52 PM
RE: OPEN BANK ONLY INSIDE THE HOUSE - Shidhun - 04-05-2014 12:09 AM
RE: OPEN BANK ONLY INSIDE THE HOUSE - Ben - 04-05-2014, 06:30 AM

Forum Jump:


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