Home:
  - News
  - Archives
  - Site Info
  - Mirage

Game Play:
  - Tips
  - Tricks
  - Moves
  - Cheats
  - Fun

Game Tech:
  - Playing
  - Oni Works
  - AI Dev

Dev Shed:
  - Script Lib
  - Sepics
  - Tool Kit
  - Downloads

Community:
  - Board
  - Links
  - Contests

Directory: Technical >> Script Lib >> Characters >> Awareness.

Ignorance:

A character senses you (a) by sight or (b) by sound. Both of these senses create an awareness region. However, some people are deaf and some are blind. Some are both.

Ignore:

Ignore makes a player complete ignorent of you as if you didn't exist. This is a little stronger then removing both of his scanners because he will not fight back.

ai2_makeignoreplayer [character] [0/1]

All Ignore:

This make every single character on the level to ignore you.

ai2_ignore_player=[0/1]

Deaf/Blind:

Here, we are removing one sensor from an AI - deaf removes sound awareness while blind removes sight awareness.

ai2_make[deaf/blind] [character] [0/1]

All Deaf/Blind:

To make all characters deaf or blind, we use a toggler. Originally, everybody is not deaf nor blind. By using these functions, we change the state of deafness or blindness, i.e if everyone was blind they become not blind and visa versa.

ai2_[deaf/blind]

Forget: Forget is another important command. When the following line is used, that character will forget everything that happened and will probably return to his 'original job'.

ai2_forget [character]





© 2001-2004 by Oni Master. All rights reserved.
We are not affiliated with Bungie Studios nor Rockstar Games.