Function Summary |
string |
CutOutWord(string Word, string Message)
//Takes "word" out of "message" and returns the new string.
|
void |
ExecuteAnimate(string Command)
//*******************************************************************
//Head changing stuff
//*******************************************************************
|
void |
ExecuteNextCommand()
//Grab the next command from the HeadScript and execute it.
|
void |
ExecuteRotate(string Command) |
void |
ExecuteSkinChange(string Command) |
void |
ExecuteTrack(string Command) |
Actor |
FindActor(string ActorName)
//*******************************************************************
//Finding stuff
//*******************************************************************
|
Pawn |
FindPawn(string PawnName) |
string |
GetFirstWord(String Message)
//This returns the first word (everything before the first space) of
//the string it is given.
|
void |
GoBackToMyTrailer() |