Utils.pxl
From Project X Wiki
Scripts
MissileIndex
Adds field "weap" of type CWeapon to CMissile
RandomsGens
Functions
float srandom_p() float srandom_b()
Bugs
Note, that if ure using KeySync, it causes desync if the player holds his button after turnend.
Fix:
override void CTurnGame::SetCurrentTeam(int Team) { super; for (local i = 0; i < 256; i+=1) { keySync->kRStates[i] = false; }; }
|