私設SoS2オーナー応援BBS

新規発言一覧最新記事過去一覧検索ダウンロードページHOME

No.429  Re[11]:装備をはずす
発言者: moon
発言日: 2003 03/15 22:04
>         if ($sts =~ /Q[swat]/) { $nomsg = 1 } else { $nomsg = 0 }
>         $sts =~ s/Q[swat]//g;
>         push(@msg,"$itemをはずしました") if($nomsg && $sts!~/Q[swat]/);
> ↑の場合、さっきの記事の状態です。。

もしかして「はずしました」の位置が上記ということはないですよね?(No.423でsub armの最後にやっていると思っていましたが・・・)

主要部分にコメントを付けて説明すると、
  if ($sts =~ /Q[swat]/) { $nomsg = 1 } else { $nomsg = 0 } # 使用前に装備中なら$nomsgが1
  $sts =~ s/Q[swat]//g; # 装備をはずした状態
  push(@msg,"$itemをはずしました") if($nomsg && $sts!~/Q[swat]/); # 使用前に装備中、かつ、使用後に装備していないならメッセージ

▼関連発言

414:装備をはずす [masaki] 03/12 08:38
 ├415:Re:装備をはずす [moon] 03/12 08:49
 │└416:Re[2]:装備をはずす [masaki] 03/12 19:17
 │ └420:Re[3]:装備をはずす [masaki] 03/14 18:48
 │  └422:Re[4]:装備をはずす [moon] 03/14 19:20
 │   └423:Re[5]:装備をはずす [masaki] 03/15 07:06
 │    └424:Re[6]:装備をはずす [moon] 03/15 11:46
 │     └425:Re[7]:装備をはずす [masaki] 03/15 16:48
 │      └426:Re[8]:装備をはずす [moon] 03/15 17:35
 │       └427:Re[9]:装備をはずす [moon] 03/15 17:46
 │        └428:Re[10]:装備をはずす [masaki] 03/15 21:30
 │         └429:Re[11]:装備をはずす [moon] 03/15 22:04
 │          └430:Re[12]:装備をはずす [masaki] 03/16 09:24
 │           └431:Re[13]:装備をはずす [moon] 03/16 10:59
 │            └432:間違い [moon] 03/16 11:11
 └433:Re:装備をはずす [masaki] 03/16 12:43
  └434:Re[2]:装備をはずす [masaki] 03/16 14:30
   └436:Re[3]:装備をはずす [moon] 03/16 18:32
    └437:Re[4]:装備をはずす [masaki] 03/16 19:47
     └438:Re[5]:装備をはずす [moon] 03/16 20:52
      └439:Re[6]:装備をはずす [masaki] 03/17 13:36
       └441:Re[7]:装備をはずす [masaki] 03/17 21:51
        └442:Re[8]:装備をはずす [moon] 03/17 22:24
         └443:Re[9]:装備をはずす [masaki] 03/18 17:49<-last

Pass 保存


CGIROOM