Redo attributes system, add support for saving and loading, move settings classes around.

This commit is contained in:
Major-
2014-07-19 04:15:06 +01:00
parent 9d465e4885
commit 13ca51809c
42 changed files with 762 additions and 103 deletions
+16
View File
@@ -0,0 +1,16 @@
# Intercepts the first npc action event.
on :event, :npc_action do |ctx, player, event|
if (event.option == 1)
# TODO check if player is not in pvp area
end
end
def dialogue(name, &block)
end
dialogue :banker_introduction do
#
end