home *** CD-ROM | disk | FTP | other *** search
- if(illusoft.Game.Instance.character.GetPosition().x > 300 && illusoft.Game.Instance.character.GetPosition().x < 1150 && illusoft.Game.Instance.character.GetPosition().y > 650 && illusoft.Game.Instance.character.GetPosition().y < 950)
- {
- _global.sounds.PlaySound("fei");
- }
-