Script problem
Posted: Thu Aug 22, 2013 8:15 am
I am not so good in scripting,know someone what is wrong in this script
player>create actor>script editor
key down>space>script editor
player>create actor>script editor
- Code: Select all
launchbomb = 15;
key down>space>script editor
- Code: Select all
launchbomb=launchbomb-1;
if (launchbomb>0);
{
CreateActor("bomb", "bomb", "(none)", "(none)", 0, 0, false);
}