Ich hab das 2 mal schon gesetzt nur ohne proc_mode weiß nich ob das was macht.
undzwar hier:
Action attach_weapon
{
var temp2;
player_weapon = my;
my.invisible = on;
proc_late();
toggle_weapon();....
.........
und hier
function sword_glow
{
var spark_temp;
proc_late();
ent_preload(me);
my.transparent = on;
my.bright = on;........
.......
aja und danke für die antwort
