How?
Forum




How?

It would be pretty cool!

since I havent been in the editor for some while
but where you put dwn wall or something
It's called breakable or smth.
Re: Ideas for CS2D - READ THE FIRST POST (OP)!
Deleted User
Just use water around a bridge no one can walk on. Easy fix.
Re: Ideas for CS2D - READ THE FIRST POST (OP)!
Deleted User
Oh, sorry, my fault.
Also, weapon names should be in the translation files if they're not already in yet. (Same weapons name in other translation files, like Super Armor and Nightvision.)

More weapons
More NPCs
Voice chat
Vehicles
Entities

Bugs
NPC AI
Admin/mod comment
The topic already says "READ THE FIRST POST", why do you ignore it? 1 week tempban




us.de programers, with cutscenes and
stuff.




us.de programers, with cutscenes and
stuff.

Oh yeah, sure. Let's turn this in Call of Duty.

TileFX working on blended tiles would be quite nice! 

I agree.
1
img = image(blabla)
Quote
width = img:width()
Quote
height= img:height()
Re: Ideas for CS2D - READ THE FIRST POST (OP)!
Deleted UserI double that.
@D_S
This error is happening while BlitzMax is trying to execute a Lua function that isn't exists. Therefore impossible to be done.

1
2
3
2
3
somevalue="value" othervalue="value2" print(anothervalue)
would print error at line 3.
Re: Ideas for CS2D - READ THE FIRST POST (OP)!
Deleted User
We aren't talking about this kind of errors.
And now try this code:
1
2
3
4
2
3
4
addhook('second', 's') function second() 	msg('lol') end