|
Atrinik Server 2.5
|
Go to the source code of this file.
Functions | |
| static int | inscribe_book (object *op, const char *msg, object *marked) |
| int | skill_inscription (object *op, const char *params) |
Inscription skill code.
Definition in file inscription.c.
Write message into a book object.
| op | Player writing the message. |
| msg | The message to write. |
| marked | Book to write into. |
Definition at line 39 of file inscription.c.
| int skill_inscription | ( | object * | op, |
| const char * | params | ||
| ) |
Execute the inscription skill.
| op | Player. |
| params | String option for the skill [the message to write]. |
Definition at line 85 of file inscription.c.
1.7.4