Yoshi021 wrote:Opacity should be a value between 0-255. If you attached a script to an NPC, you can do this:Code: Select all
with NPC(sysval(param1))
.forecolor = rgba(255, 255, 255, OPACITY)
end with
Yoshi021 wrote:TryCode: Select all
NPC(index).forecolor = rgba(255, 255, 255, OPACITY)
Pilzinsel64 wrote:Prado wrote:I want to translate to brazilian portuguese. How can I do this?
Here is the latest language-file: default.ini
What should I do? I'm lostWohlstand wrote:Prado, are you installed video card drivers to your computer? Seems you have NO installed video card drivers. Direct X can't work without graphical drivers

Yoshi021 wrote:Try using the nogravity flag.
I already know basic games geometry, so I need to understand only the logic