Mikolaj
Banned User
- Joined
- Jun 11, 2010
- Messages
- 92
- Reaction score
- 2
Hello,
I have a problem with a talkaction that is responsible for house selling...
Here are my lines in talkactions.xml that are responsible for, you know "house things" XD
Problem is that. When I say !sellhouse Test <- nothing happens. It acts like i said normal words on default channel. It doesnt even say that a name like that doesnt exist. OF COURSE I AM STANDING WITH MY TEST CHARACTER IN FRONT OF A HOUSE!!!
When I only say !sellhouse <- it says that a name doesnt exist or is not online. But i didnt even say a name ;P SO IDK XDD
Please help me :S I must have it solved in some way ;/
for help of course rep++
Thanks
I have a problem with a talkaction that is responsible for house selling...
Here are my lines in talkactions.xml that are responsible for, you know "house things" XD
Code:
<!-- Houses -->
<talkaction words="!buyhouse" filter="word-spaced" event="function" value="houseBuy"/>
<talkaction words="!sellhouse" 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="!leavehouse" filter="word-spaced" event="script" value="leavehouse.lua"/>
Problem is that. When I say !sellhouse Test <- nothing happens. It acts like i said normal words on default channel. It doesnt even say that a name like that doesnt exist. OF COURSE I AM STANDING WITH MY TEST CHARACTER IN FRONT OF A HOUSE!!!
When I only say !sellhouse <- it says that a name doesnt exist or is not online. But i didnt even say a name ;P SO IDK XDD
Please help me :S I must have it solved in some way ;/
for help of course rep++
Thanks