Thread
:
Perl and LUA quests working, but not custom Perl ones
View Single Post
#
2
01-03-2019, 12:29 PM
phate8908
Fire Beetle
Join Date: Dec 2018
Posts: 12
whitespace matters
Code:
sub EVENT_SAY { if ($text=~/Hail/i) { quest::say("Hello."); } }
side note: #questerrors is a useful command when writing quest scripts
phate8908
View Public Profile
Send a private message to phate8908
Find all posts by phate8908