change
1
parse("restart")
1
parse("restart 10")
@CmDark
He means do it like that:
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
istriggered=0
addhook("say","triggidy")
function triggidy(id,txt)
if istriggered==0 then
if txt=="hello" or txt=="Hello" or txt=="hi" or txt=="Hi" or txt=="Hia" or txt=="hia" then
parse("trigger dynwall")
parse("sv_sound \"sfx/sound.wav\"")
istriggered=1
end
end
end
Lua Scripts/Questions/Help


Offline