I want my spell variable to be the selected SourceWords. How do I do that?
enum SourceWords {Source};
var firstWord : SourceWords;
var spell : String;
function Update (){
spell =
}
I want my spell variable to be the selected SourceWords. How do I do that?
enum SourceWords {Source};
var firstWord : SourceWords;
var spell : String;
function Update (){
spell =
}
You can look Trim() or ToCharArray().