[Package Index | Mudlib Index | Effect Index]
File /global/newbie_junk.c
Handles the new player stuff and the login gifts.
See also:
/global/player.c
Written by Pinkfish
Includes
This class includes the following files /include/priest.h, /include/config.h, /include/armoury.h and /include/cmds/options.hMethod index
- give_junk(object)
- logged_on_times(int)
Gives out the login gifts and anything else that should be done on
a certain login number.
- start_player(object)
This method is called when a player first starts on the mud.
Public Functions
These are functions that everyone can access.
.
void give_junk(object pl)
void logged_on_times(int num)
Gives out the login gifts and anything else that should be done on
a certain login number.
- Parameters:
num - the number of logins
void start_player(object pl)
This method is called when a player first starts on the mud. It gives
out all of the newbiew equipment and stuff.