Refactored directory structure, added game files from TMP
This commit is contained in:
11
gamefiles/locale/english/quest/user_tracking.quest
Normal file
11
gamefiles/locale/english/quest/user_tracking.quest
Normal file
@ -0,0 +1,11 @@
|
||||
quest user_tracking begin
|
||||
state start begin
|
||||
when login begin
|
||||
char_log(pc.getcurrentmapindex(), 'MAP_CHANGE', pc.get_level())
|
||||
end
|
||||
|
||||
when levelup begin
|
||||
char_log(pc.getcurrentmapindex(), 'LEVELUP', pc.get_level())
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user