Dota 2
Nincs elegendő értékelés
Dota 2 But Sudo
   
Díjazás
Kedvenc
Kedvenc
Törlés
Custom Games and Bot Scripts: Custom Game
Fájlméret:
Közzétéve:
Frissítve:
1.188 MB
2024. okt. 3., 12:53
2024. okt. 3., 13:17
1 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Dota 2 But Sudo

Leírás
Warning! this is a mode you should only play with people you trust, like and can work with.
This is sandbox, all players have have practically infinite power in terms of what they can do here. DO NOT PLAY THIS MODE UNLESS YOU KNOW WHO YOU ARE PLAYING WITH.

how it works:
when player types in all chat: `sudo ` followed Lua script, it is executed.

Here are some examples to get you started.
to spawn roshan at middle of the map:
sudo CreateUnitByName("npc_dota_roshan",Vector(0,0,0),true,nil,nil,DOTA_TEAM_NEUTRALS)

to force creeps to spawn:
sudo GameRules:SpawnAndReleaseCreeps()

to spawn bots:
sudo GameRules:BotPopulate()

to make bots think:
sudo GameRules:GetGameModeEntity():SetBotThinkingEnabled(true)