1
General Discussion / Re: Latest beta: WME 1.8 beta 1 (July 8, 2007)
« on: July 10, 2007, 12:23:19 PM »
Not tested (yet) but I just wanna say thank you for the ongoing development of WME. You do a great job!!!
Forum rules - please read before posting, it can save you a lot of time.
////////////////////////////////////////////////////////////////////////////////
on "Shoot"
{
//The next line doesn't behave like I expect it to do
actor.TurnTo(this);
actor.TalkAsync("I don't have the keys. So take this...");
actor.PlaySound("sounds\shoot.wav");
}