제가 이펙트를 사라지게 하려고하는데 잘 않돼네요
전에
Actions: Set global variable, Variable: A, Value: Vector: (원하는 위치) 로 하고
이펙트 생성 액션 바로 밑에 다른 액션으로
Actions:Set global variable
Variable: Last Created Entity
이렇게 했는데 이펙트가 생성이 않돼더라고요
대체 어떻게 해야지 이펙트를 Destroy effect 로 없앨수 있죠?
그리고
애매모호하게 적으시지 마시고 밑에
“Rule1
conditions:-
Actions1: Action: set global variable, Variable: A, Value : Vector: (원하는 위치)”
이것처럼 정확하게 적어주세요
급합니다 최대한 빨리 답변해주세요
action
{
Set Global Variable(A, 원하는위치);
Create Effect(All Players(All Teams), Sphere, White, Global Variable(A), 1, Visible To Position and Radius);
Set Global Variable(B, Last Created Entity);
Wait(5, Ignore Condition);
Destroy Effect(Global Variable(B));
}
이렇게 하시면 됩니다.