Syntax: Game.BlockInfoText(category)
Prevents InfoTexts with given category from being displayed to player. Categories are defined in db table infotext_category (everyone can add there) and are exported to lua as constants with prefix "itc_".
Game.BlockInfoText( itc_skiptime );
Copyright (c) 2012. All rights reserved.
|