- Joined
- Dec 12, 2011
- Messages
- 116
Hello, I am happy to join the Hive community.
It is very nice.
And then
hamsterpellet
It is very nice.
JASS:
function HelloHive takes player p, string s returns nothing
DisplayTextToForce( GetPlayersAll(), ( "My name is " + GetPlayerName(p) + ". " + s ) )
endfunction
And then
JASS:
call HelloHive(p,"Hello guys and ladies!!")
hamsterpellet