diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-05 22:49:18 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-05 21:34:37 +0100 |
commit | e34d012804b9a10283c3b2ced98c73542833a731 (patch) | |
tree | 4212be0f15acf2e1a4b5712590db5ebaf6e17f80 /npc | |
parent | 862551f1341356d88a4b969a90f1c98de82067dc (diff) | |
download | serverdata-e34d012804b9a10283c3b2ced98c73542833a731.tar.gz serverdata-e34d012804b9a10283c3b2ced98c73542833a731.tar.bz2 serverdata-e34d012804b9a10283c3b2ced98c73542833a731.tar.xz serverdata-e34d012804b9a10283c3b2ced98c73542833a731.zip |
fix synthax issues
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-2-10/airlia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt index d300b52a..fa16659b 100644 --- a/npc/008-2-10/airlia.txt +++ b/npc/008-2-10/airlia.txt @@ -5,8 +5,8 @@ // Airlia, the girl in the townhall. // THIS IS A PLACEHOLDER! -008-2-10,41,29,0 script Airlia NPC_AIRLIA,{ - speech +008-2-10,41,29,0 script Airlia NPC_AIRLIA,{ + speech l("Hi!"), lg("Did you visit the graveyard already? I havent met people coming back alive for ages."); l("There must be cruel things going on."); |