Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

Can't use API from IC's orbwalker


  • Please log in to reply
2 replies to this topic

#1
Kevin1334

Kevin1334

    Member

  • Members
  • 10 posts

i0PAb4h.png

 

It's enabled and stuff, but when I try 

_G.SDK.Orbwalker:SetMovement(false)

in my script  it won't do anything, if I print _G.SDK.Orbwalker:SetMovement it will say 

attempt to index global 'SDK' a nil value

 

 


  • 0

#2
DamnedNooB

DamnedNooB

    Advanced Member

  • Scripts Developer
  • 929 posts
if _G.SDK and _G.SDK.Orbwalker then

  • 0

#3
RMAN

RMAN

    Advanced Member

  • Contributor
  • 523 posts

ICs Orb is probably getting loaded after your script . Try delaying your start, if you know how to do it, or delete your script from Loader.exe and add it again (so its after Orbwalker.lua on the list).


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users