Atrinik Server 2.5
Functions
types/sign.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

void apply_sign (object *op, object *sign)

Detailed Description

Handles code related to signs.

Definition in file sign.c.


Function Documentation

void apply_sign ( object op,
object sign 
)

Apply a sign or trigger a magic mouth.

Signs and magic mouths can have a "counter" value, which will make it possible to read/trigger it only so many times.

Parameters:
opObject applying the sign
signThe sign or magic mouth object.

Definition at line 39 of file sign.c.