Hiya!
I just wanted to say that that the obejct management works fine now,
also the graphics management. I just started to code the script system,
but it's really complicated.
I can now use script but not yet load them (There are computed functions
to read in the scripts; hard to debug). However, it's all working fine and it
will really become great!
Following code is an example script from Der Zirkel
Code:Player.OnHit( Remote ) { Remove( Me.Energy, Mul( Div( Remote.Strength, 100 ), Mul( Div( 100, Remote.MaxEnergy ), Remote.Energy) ) ) If( Me.Energy < 1 ) Remove( this ) }





Reply With Quote