Thanks for the pointers.
I am finding the example wont work with the current 0.50 release version.
I created a file for testing (\Quests\freportw.5252.qst) containing the example text:
EVENT_SAY {
if($1- =~ "Hail") { say("Hail citizen! I am the Captain of the Freeport Militia. It is my duty to recruit people to kill the deathfist's that plague our land. Are you willing to [assist] the Freeport Militia?"); }
}
/*END of FILE Zone:freportw ID:5252 -- Velan_Torresk */
Zone.exe gives the following error when the zone is loaded:
Line: 3,File: quests/freportw/5252.qst | error C0006: syntax error : too many ')'s
I tried different variations and commands but zone.exe always gives the "error C0006: syntax error : too many ')'" message.
|