DreadedEntity – User talk

From Bohemia Interactive Community
Revision as of 01:23, 22 October 2014 by DreadedEntity (talk | contribs) (Tips & Tricks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tips & Tricks

The easiest way to remove a hint from the screen is: hint "Delete this hint after 5 seconds." [] spawn { sleep 5; hint ""; }

Memorize a large portion of the wiki. Seriously.