if CONDITION then RESULT
, ex:CONDITION GameTrigget ExaminedMine
RESULT SwapNPC Chara01 Chara02
.include?(keyword)
, but I wonder if there is any other way I could manage doing that, perhaps easier or more efficient?
---
conditions:
type: GameTrigger
trigger: EnterMine
effects:
-
type: SwapNPC
args:
- Chara04
- Chara01
type: SwapNPC
args:
- Chara08
- Chara02
type: GameTrigger
trigger: ExaminedMine
effects:
-
type: SwapNPC
args:
- Chara01
- Chara02
require 'yaml'
, and can be loaded using YAML.load_file(filename)
:)args: [Chara04, Chara01]
Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill