Shadow Dan
Sh4dowDan
In TFS 1.1 there are only 2 commands:
Does anyone have scripts like houseSell, houseKick, houseDoorList, houseGuestList, houseSubOwnerList?
Code:
<talkaction words="!buyhouse" script="buyhouse.lua"/>
<talkaction words="!leavehouse" script="leavehouse.lua"/>
Code:
<talkaction words="alevo grav" filter="word-spaced" event="function" value="houseBuy"/>
<talkaction words="alito som" filter="word-spaced" event="function" value="houseSell"/>
<talkaction words="alana sio" filter="word-spaced" event="function" value="houseKick"/>
<talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/>
<talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/>
<talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/>
<talkaction words="alito sio" filter="word-spaced" script="leavehouse.lua"/>