View Single Post
  #2  
Old 04-23-2007, 01:12 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by theHAWKER View Post
I have an online tile editor that i want to be only usable when your in thies 4 rooms. It works with one room but not with 4:
PHP Code:
if ( weaponfired ) {
if (
strequals(#L,room1.nw||#L,room2.nw||#L,room3.nw||#L,room3.nw)) { 
PHP Code:
if ( weaponfired ) {
  if (
strequals(#L,room1.nw) || strequals(#L,room2.nw) || strequals(#L,room3.nw) || strequals(#L,room3.nw)) {
  
}

[/QUOTE]
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote