Hi @Bloodbane , I did as you wrote but I have this error:
Script error: data/scripts/update.c, line 2: Invalid external declaration 'if' (in production 'external_decl')
if(openborvariant("in_menuscreen") || openborvariant("in_titlescreen")){
^
Hi guys, I would like to know if it is possible to fire an invisible bullet that only hits the nearest enemy
because with the system I have put in my character, everyone behind on the same x-axis is also hit.
As you can see at each frame I stretch the attackbox by 53 pixels to 315.
Thanks in...
Hi, @Bloodbane
reviewing your answer above, I had some doubts:
1) I think score1.c must be declared in the character header: data/scripts/score1.c
2) If I already have a script in an animation, is it possible to insert another one?
Example:
anim idle
@script
....
@endscript
@script
...
Hi @Kratus , how are you?
In my new game there are two types of food: salty food (with heath value) and sweet food (with mp value) but the cpu partner does not pick up sweet food.
I have tried with the think script but it does not work.
Hi, I have this enemy and his relative alternative map. When I put in the level the alternative map (spawn ..., map 1, coords ...) the enemy is all black.
Thanks in advance.
Hi, Hi, as I already have an mp bar below the player rpg-style I would like to remove p{1}mp {x} {y}. In levels.txt I put #p{1}mp 999 999 but it doesn't work.
Thanks in advance.