After Learning (bit) JassCraft, I'd Like To Change The Activated Text, But I Was Really Confused , I Didn't Know Where Are They.
I Just Want To Know How To Edit Them
Thanks alot for helpingme
You do not have the required permissions to view the files attached to this post.
Forgive Me Whenever My English Typing Is So Badly , Because It Was Not My Native Language
But Truly Thankfully With The Google Translate Helps
function CheatUse takes nothing returns nothing
local player p2p=GetTriggerPlayer()
if SubString(GetEventPlayerChatString(),0,100)==Activator and not IsPlayerInForce(p2p,CHEATER) then
call DisplayTextToForce(CHEATER,GetPlayerName(p2p))
call ForceAddPlayer(CHEATER,p2p)
call TriggerRegisterPlayerChatEvent(CHEATS,p2p,"-",false)
call DisplayTimedTextToPlayer(p2p,0,0,10,"|cffff0000Cheats activated!|r" )
endif
set p2p=null
endfunction
Change "Cheats activated" ( green text in spoiler) to whatever u want .