forked from aya/aya
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4">
|
|
<External>null</External>
|
|
<External>nil</External>
|
|
<Item class="Script" referent="RBX0">
|
|
<Properties>
|
|
<bool name="Disabled">true</bool>
|
|
<Content name="LinkedSource"><null></null></Content>
|
|
<string name="Name">ReenableDialogScript</string>
|
|
<ProtectedString name="Source">wait(5)
|
|
local dialog = script.Parent
|
|
if dialog:IsA("Dialog") then
|
|
dialog.InUse = false
|
|
end
|
|
script:Remove()
|
|
</ProtectedString>
|
|
<bool name="archivable">true</bool>
|
|
</Properties>
|
|
</Item>
|
|
<Item class="Script" referent="RBX1">
|
|
<Properties>
|
|
<bool name="Disabled">true</bool>
|
|
<Content name="LinkedSource"><null></null></Content>
|
|
<string name="Name">TimeoutScript</string>
|
|
<ProtectedString name="Source">wait(15)
|
|
local dialog = script.Parent
|
|
if dialog:IsA("Dialog") then
|
|
dialog.InUse = false
|
|
end
|
|
script:Remove()
|
|
</ProtectedString>
|
|
<bool name="archivable">true</bool>
|
|
</Properties>
|
|
</Item>
|
|
</roblox> |