Havaii fişek scp si spherenin içinde var ama yaratıp çift tıklayınca şarjdan yiyo ama hiçbişey olmuyor neden acaba??

[ITEMDEF i_wand_FIREWORKS]
ID=i_wand_3
NAME=fireworks wand 20 charges

ON=@Create
	ATTR=attr_magic
	more2=10	// init number of charges

ON=@DCLICK
	IF <moreY> == 0
		moreY=50.0		// mark the wand as "primed"
		more2=10	// init number of charges
	endif
	IF <more2> <= 0
		SRC.MESSAGE This is out of charges
		RETURN 1
	endif
	more2 = <more2> - 1
	NAME=fireworks wand <more2> charges
	SRC.NEWITEM=i_fx_curse
	SRC.ACT.NAME=fireworks display
	SRC.ACT.MOVE=-2+RAND(5),-2+RAND(5),20+RAND(12)
	SRC.ACT.TIMER=5
	SRC.ACT.SOUND=011c
	SRC.NEWITEM=i_fx_curse
	SRC.ACT.NAME=fireworks display
	SRC.ACT.COLOR=2
	SRC.ACT.MOVE=-2+RAND(5),-2+RAND(5),20+RAND(12)
	SRC.ACT.TIMER=6
	SRC.ACT.SOUND=011e
	SRC.NEWITEM=i_fx_curse
	SRC.ACT.NAME=fireworks display
	SRC.ACT.COLOR=481
	SRC.ACT.MOVE=-2+RAND(5),-2+RAND(5),20+RAND(12)
	SRC.ACT.TIMER=4
	SRC.ACT.SOUND=011c
	RETURN 1

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.