I'm searching a function for my quest to block some items in some maps!
Like this but this is not working :/
PHP Code:
quest rollenblock begin
state start begin
when 70302.use with pc.get_map_index() == 12 or pc.get_map_index() == 79 or pc.get_map_index() == 26 or pc.get_map_index() == 73 begin
chat("you canot use ring of weding here.")
end
end
end







