Thread
:
Perl Quest Lexicon
View Single Post
#
41
03-14-2005, 08:31 PM
mwmdragon
Discordant
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
quest::save
quest::save
Explanation: Saves the players data to the database.
Full Command: quest::save( )
Example:
# After hailing the NPC the players data is saved.
sub EVENT_SAY
{
if($text=~/hail/i)
{
quest::save();
}
}
__________________
Thanks
MWMDRAGON
NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
mwmdragon
View Public Profile
Send a private message to mwmdragon
Find all posts by mwmdragon