Platform Builder Forums
Help and Support => Working with Platform Builder => Topic started by: Wizard Indie Games on August 23, 2020, 07:55:14 PM
-
Is the spawn/create enemy command broken? I can't get it to do anything.
spawn enemy 21, enemy 94
Seems to do nothing.
-
I think the command is 'change enemy', not 'spawn enemy'.
you need to change the value as well. all you need is an ID, get rid of 'enemy'.
'change enemy 21, 94'
if that doesn't work, try 'enemy 21 = enemy 94'.
-
Cool. Thanks very much.