SMF - Just Installed!
game:get_item("bow"):get_variant() == 0
game:get_item("bow"):has_variant()
local map = ...function map:on_started() if map:get_item("lamp"):get_variant() == 1 then _13_NPC00:set_enabled(false) endend
ror: In on_started: [string "maps/Map13/13.lua"]:4: attempt to call method 'get_variant' (a nil value)
game:has_item("lamp")
local map = ...function map:on_started() if map:get_game():has_item("lamp") == true then _13_NPC00:set_enabled(false) endend