The Dink Network

Reply to Re: Let's Play Stone of Balance Redux

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
May 20th 2024, 07:06 AM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
"Might be a simple fix idea to have Unfreeze(1) on every dialogue line of mud wearing off to deal with those freezes during dialogue."

Only thing is, that might risk unfreezing cutscenes and giving control back to the player in unintended situations though.

A better check for anyone wondering, which I believe Simon has now implemented as well, is to use sp_freeze(1, -1) to check if the player is currently frozen, and if so, delay said conversation line that has the potential to interrupt things until sp_freeze(1, -1) returns 0.