PauseRecordingPlayback
Revision as of 16:14, 9 March 2022 by 157.46.138.66 (talk) (Created page with "{{Welcome| desc=This function will pause the current .rec file being ran by the NPC. It later can be resumed using ResumeRecordingPlayback| params=<syntaxhighlight lang="l...")
Description:
This function will pause the current .rec file being ran by the NPC. It later can be resumed using ResumeRecordingPlayback
Parameters:
NoParams
Return Values:
This function does not return any specific values.
Example
function OnPlayerText(player, message) { if(message=="wait") { SendChat("Ok, i am waiting for you"); PauseRecordingPlayback(); } }