Welcome to the Creatures Wiki! Log in and join the community.

URGE WRIT

From Creatures Wiki
(Redirected from Urge writ)
Jump to navigation Jump to search
URGE WRIT
This article is about a CAOS command or function.
Category Creatures
Version C3/DS
Command
Parameters Creature (agent), noun_id (integer), noun_stim (float), verb_id (integer), verb_stim (float)
Function
Parameters
Return type N/A
Related
CAOS STIM WRIT, URGE SHOU, URGE SIGN, URGE TACT
Concepts

URGE WRIT is a CAOS command which urges a creature to perform (or avoid) a certain action on a certain object.

Usage[edit]

The syntax for URGE WRIT is as follows:

URGE WRIT [CREATURE] [NOUN_ID] [NOUN_STIM] [VERB_ID] [VERB_STIM]

In which [CREATURE] is a creature agent such as targ or a variable containing the desired creature, [ID]s are integers assigned to the corresponding noun/verb, and [STIM]s are a float value generally between -1 and 1, defining the strength of the suggestion. Any stimulus strength greater than 1 forces the creature's attention onto the verb and/or noun defined, effectively controlling the creature's mind.

Additionally, a value of -1 can be used in place of the noun or verb IDs to 'reset' the creature's attention to a neutral state.

The effects of this command are temporary and only last until the creature is distracted by something else.

Noun IDs (C3/DS)[edit]

Verb IDs (C3/DS)[edit]

  • 0 - Look
  • 1 - Push
  • 2 - Pull
  • 3 - Deactivate (unused)
  • 4 - Approach
  • 5 - Retreat
  • 6 - Get
  • 7 - Drop
  • 8 - Express
  • 9 - Rest
  • 10 - Go east
  • 11 - Go west
  • 12 - Eat
  • 13 - Hit
  • 14 - Up (unused)
  • 15 - Down (unused)
  • 16 - Exit (unused)

Examples[edit]

  • URGE WRIT TARG 11 1 12 1 -- forces the TARG creature to eat (12) food (11)
  • URGE WRIT TARG 21 0.5 1 0.5 -- suggests the TARG creature to push (1) toy (21)
  • URGE WRIT TARG 37 -0.5 1 -0.5 -- discourages the TARG creature from pushing (1) grendel (37)
  • ENUM 4 0 0 URGE WRIT TARG -1 2 -1 2 NEXT -- un-encourages all creatures from all pre-existing URGE WRIT commands.

See also[edit]

External links[edit]