What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[nooby] how to talk ?

brainAbuddy

Active Member
Joined
Aug 12, 2010
Messages
2,180
Reaction score
11
hey
i ahve an question
how can i let the bot talk??
i mean like /s hey nooby's
/g good evening
/y i yelled at you all
/chicken
 
why do i need to use an LUA(btw have never done that bevore and i have no idea what that is)
when i use that class documented from the forum he say's

PHP:
Syntax
C# 
public static void SendChatMessage(
	string content,
	ChatType chatType,
	string channel
)
 
Visual Basic (Declaration) 
Public Shared Sub SendChatMessage ( _
	content As String, _
	chatType As ChatType, _
	channel As String _
)
 
Visual C++ 
public:
static void SendChatMessage(
	String^ content, 
	ChatType chatType, 
	String^ channel
)
i ahve now
public static void SendChatMessage(string content,"hella" ChatType chatType,"SAY" string channel,"1");
 
i ahve now
I think you need to start with a basic C# course. What you have just written down is nowhere near anything that has anything to do with something remotely resembling anything that comes near to C# code.
 
Here's the LUA version:

Code:
Lua.DoString("SendChatMessage(\""TEXT"\" ,\"CHATTYPE\" ,LANGUAGE ,\""CHANNEL OR WHISPER"\")");
 
i have done some first lessons from an course, i am normaly doing VB and i knowe my english is bad and i spel not 100% good
 
Back
Top