Issue645

Title short freeze walking over map label.
Priority bug Status open
Assigned To Keywords
Linked issues Watchers

Submitted on 2013-02-09 11h16 by matthiaskrgr, last changed by matthiaskrgr.

Messages
Author: matthiaskrgr Date: 2013-02-09   11h16
When I initially walk over SADD-NoExit, the game freezes for a short but
noticeable moment although the code run looks rather lightweight.

	if (done_quest("SADD's power supply")) and
	   (not SADD_trick) then
		SADD_trick = true
		change_obstacle_state("SADDGun1", "enabled")
		change_obstacle_state("SADDGun2", "enabled")
		change_obstacle_state("BreakableWall2", "broken")
		start_chat("SADD")
	end

Can we improve performance somehow?
History
Date User Action Args
2013-02-09 11:16:36matthiaskrgrcreate