Jump to content

Error in ACTSLEEP.ids


Lu_

Recommended Posts

Confirmed. Here's the fix:

EDIT - Reworked the code to allow for an already fixed IDS.

 

// Fix the LeaveAreaLUAPanicEntry() entry in ACTSLEEP.IDS

COPY_EXISTING ~actsleep.ids~ ~override~
PATCH_IF NOT FILE_CONTAINS_EVALUATED (~%SOURCE_FILE%~ ~LeaveAreaLUAPanicEntry(S\:Area\*\,S\:Entry\*\,P\:Point\*\,I\:Face\*)~) BEGIN
 REPLACE_TEXTUALLY EXACT_MATCH ~351 LeaveAreaLUAPanicEntry(S:Area*,S:Entry*,P:Point*,~ ~351 LeaveAreaLUAPanicEntry(S:Area*,S:Entry*,P:Point*,I:Face*)~
END
BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...