|
[codes=jass]
function Trig_I_love_Myself_Actions takes nothing returns nothing
local string s=null
local integer i=0
local integer tempi=0
local string ss=“0123456789ABCDEF”
local location loc=null
set loc=GetUnitLoc( gg_unit_Hamg_0002 )
set s=“作者:|c”
set i=1
loop
exitwhen i>8
set tempi=GetRandomInt(1,16)
set s=s+SubString(ss,tempi-1,tempi)
set i=i+1
endloop
set s=s+“血戮魔动冰|r”
call CreateTextTagLocBJ( s, loc, 0, GetRandomReal(10,30), 100, 100, 100, 0 )
call SetTextTagPermanent( bj_lastCreatedTextTag, false )
call SetTextTagVelocityBJ( bj_lastCreatedTextTag, GetRandomReal(50,78), GetRandomReal(0,360) )
call SetTextTagFadepoint( bj_lastCreatedTextTag, 4 )
call SetTextTagLifespan( bj_lastCreatedTextTag, 7 )
set s=null
set i=0
set tempi=0
set ss=null
call RemoveLocation(loc)
set loc=null
endfunction
[/codes]
纯粹无聊函数。 |
评分
-
查看全部评分
|