i want to know how to use the "text" in script editor. can it only be used to put into things like openUrl(text); or can you use it to input words into an actors text like a cin function in a regular c++ compiler?
if not how can you?
if (strcmp(text, "icecream") == 0)
{
Here comes the action.
}
strcpy(Text2.text, Text1.text);
strcpy(saveText,actor.text);
saveVars("savefile", "savefile");
loadVars("safefile", "safefile");
strcpy(actor.text, saveText);
Users browsing this forum: No registered users and 1 guest