Atrinik Server 2.5
Functions
skills/inscription.c File Reference
#include <global.h>
#include <book.h>

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)

Detailed Description

Inscription skill code.

Definition in file inscription.c.


Function Documentation

static int inscribe_book ( object op,
const char *  msg,
object marked 
) [static]

Write message into a book object.

Parameters:
opPlayer writing the message.
msgThe message to write.
markedBook to write into.
Returns:
Experience gained.

Definition at line 39 of file inscription.c.

int skill_inscription ( object op,
const char *  params 
)

Execute the inscription skill.

Parameters:
opPlayer.
paramsString option for the skill [the message to write].
Returns:
Experience gained.

Definition at line 85 of file inscription.c.