0x0000
From SimsWiki
Sleep | ||
---|---|---|
OpCode: | 0x0000 | |
Game Version: | The Sims 2 |
Simplest primitive of any kind there is.
Overview
It takes it's input from the calling bhav's parameters, choosable using the first two op-code bytes. Use of this primitive can cause the calling thread to sleep if it's input is greater than 0. Every number equals two sim seconds. So, if it recieves 0x1E (30), it will sleep one sim minute.
Use
This primitive should not be called directly, unless you know what you are doing. It uses the calling bhav's parameters for it's input, so it can be unpredictable. Its better to call one of the following globals:
- Idle (0x0118)
- Idle - Minutes (0x016F)
- Idle - Hours (0x016E)