mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
New Lua Externalization (Quests.lua) (by Jazz)
- New File "Quests.lua" - Modders can now define new events relating to tasks (from 0 to 254) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6139 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+4
-2
@@ -67,6 +67,7 @@ enum Quests
|
||||
|
||||
QUEST_FREE_CHILDREN, // 20
|
||||
QUEST_LEATHER_SHOP_DREAM,
|
||||
QUEST_ESCORT_SHANK = 22,
|
||||
|
||||
#ifdef JA2UB
|
||||
QUEST_DESTROY_MISSLES = 23,
|
||||
@@ -74,8 +75,9 @@ enum Quests
|
||||
QUEST_GET_RID_BLOODCATS_AT_BETTYS,
|
||||
QUEST_FIND_ANTIQUE_MUSKET_FOR_RAUL,
|
||||
#else
|
||||
QUEST_KILL_DEIDRANNA = 25
|
||||
|
||||
QUEST_23 = 23,
|
||||
QUEST_24 = 24,
|
||||
QUEST_KILL_DEIDRANNA = 25,
|
||||
#endif
|
||||
} ;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user