 edwin123 Registered User |
Quote
|
2022-09-07 22:30:59 |
|
Hello all , so in my game i need to have a lot of options like : making it that you have levels like if you kill 54 people you go to the next level (or map) pls help me with this thank you
|
 sven Registered User |
Quote
|
2022-09-08 11:23:31 |
|
you dont need javascript for that.
you can setup a variable KILLS and on action on death just add 1 to that variable.. and every x ms IF kills = 53 then change level .
with javascript same thing but needs you to write code.
for javascript coppercube have good documentation of how to do scripting- just needs some time to learn stuff.
|
 edwin123 Registered User |
Quote
|
2022-09-08 17:17:09 |
|
thanks
|