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

Difference between revisions of "LORP"

From Creatures Wiki
Jump to navigation Jump to search
(Created page with "LORP is a C3 CAOS command used to tell what room has the lowest concentration of any given smell. ==Syntax== LORP (integer) room_id (integer) ca_index (integer) direction...")
 
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
==See also==
 
==See also==
 
*[[GRAP]]
 
*[[GRAP]]
 +
*[[HIRP]]
 +
*This can also be achieved using [[GRID]].
  
 
[[Category:C3 CAOS Commands]]
 
[[Category:C3 CAOS Commands]]

Latest revision as of 00:31, 17 April 2022

LORP is a C3 CAOS command used to tell what room has the lowest concentration of any given smell.

Syntax[edit]

LORP (integer) room_id (integer) ca_index (integer) directions (integer)

Returns id of the room adjacent to this one with the lowest concentration of the given CA. direction is 0 for left/right, 1 for any direction.

Example[edit]

See also[edit]