Seven Towers: UCC Reference

USECODE INTRINSICS

[SI, Exult]

UI_set_temperature(actor npc, int temp)
npc->set_temperature(int temp)

Changes a NPC's temperature. The NPC's temperature changes over time depending on whether or not his FREEZE flag is set.

Parameters

npcThe NPC whose temperature is to be changed.
tempThe new value for the temperature. This is value in the 0-63 range specifying how cold the NPC is; 0 being normal temperature and 63 being freezing cold.

Related intrinsics

See also