LuaSlinger»Humanoid Form

Humanoid Form

Humanoid Form

Quickly and easily return to humanoid form no matter what form you're currently in. Bind this to backtick (`) or something quick.

for ct=1,GetNumShapeshiftForms(),1 do
  i,n,a=GetShapeshiftFormInfo(ct)
  if (a==1) then 
    CastShapeshiftForm(ct)
    break
  end
end