Functions | |
| void | archive () |
| archive a jail worldfile | |
| void | safeoldsave () |
| save the current savefile | |
| void | jail (P_CHAR jailer, P_CHAR pc, UI32 secs) |
| jail a character | |
| void | release (P_CHAR releaser, P_CHAR pc) |
| Release a jailed player. | |
| void | checkForFree () |
| Auto check and free of jailed people. | |
| void | freePrisonCell (SERIAL cell) |
| Free a cell. | |
| void | addCell (SERIAL serial, UI16 x, UI16 y, SI08 z) |
| void | standardJailxyz (int jailnum, int &x, int &y, int &z) |
| Get the defaul position for prison cell. | |
Variables | |
| PRISONCELLVECTOR | cells |
| list of cells | |
| JAILEDVECTOR | jailed |
| list of jailed people | |
|
||||||||||||||||||||
|
|
|
|
archive a jail worldfile
|
|
|
Auto check and free of jailed people.
|
|
|
Free a cell.
|
|
||||||||||||||||
|
jail a character
|
|
||||||||||||
|
Release a jailed player.
|
|
|
save the current savefile
|
|
||||||||||||||||||||
|
Get the defaul position for prison cell.
|
|
|
list of cells
|
|
|
list of jailed people
|