diff options
Diffstat (limited to 'npc/052-2/partyroom.txt')
-rw-r--r-- | npc/052-2/partyroom.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/052-2/partyroom.txt b/npc/052-2/partyroom.txt index 399c690d..dfd0613e 100644 --- a/npc/052-2/partyroom.txt +++ b/npc/052-2/partyroom.txt @@ -48,19 +48,19 @@ L_ShouldNotBeHere: end; OnTimer1000: - npctalk strnpcinfo(0), "Oh well, who thought you would survive so far?"; + npctalk "Oh well, who thought you would survive so far?"; end; OnTimer5000: - npctalk strnpcinfo(0), "All this way, for nothing, only to die from my hands..."; + npctalk "All this way, for nothing, only to die from my hands..."; end; OnTimer10000: - npctalk strnpcinfo(0), "Don't worry, you will continue to live, for my sake."; + npctalk "Don't worry, you will continue to live, for my sake."; end; OnTimer15000: - npctalk strnpcinfo(0), "One piece of advice: get prepared!"; + npctalk "One piece of advice: get prepared!"; stopnpctimer; setnpctimer 0; donpcevent "#LuviaDaemon::OnCommandInvoke"; |