Don't Starve Together
GM helper
Ця тема закрита
6 )About Selected.
Version:
0.0.3

Console command(Game Built-In[dontstarve.wikia.com]):
c_select() 指標下的物品
c_sel() 用 c_select() 選中的物品
c_spawn(prefab) 指標下生成 prefab 並選中
Example command
c_spawn("rabbit") c_spawn("homesign")
c_find(prefab) 搜尋最近的 prefab
Example command
c_find("rabbit") c_find("homesign")

Example command for 6 )SuperMode
指標下的物品 to super mode
gm_supermode(c_select()) gm_supermode()

指標下生成 homesign to super mode
gm_supermode(c_spawn("homesign")) gm_supermode("homesign")

Me to super mode
gm_supermode(ThePlayer)

第 2 個 players to super mode
gm_supermode(AllPlayers[2])

AllPlayers to super mode
for _,v in ipairs(AllPlayers) do gm_supermode(v) end

All ancient_altar to super mode
for _,v in pairs(Ents)do if v.prefab=="ancient_altar" then gm_supermode(v)end end
Автор останньої редакції: 黑色小白兔成妳的圍巾; 11 січ. 2017 о 16:45