xboxscene.org forums

Author Topic: Can Variables Be Use As Functions?  (Read 336 times)

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Can Variables Be Use As Functions?
« on: March 02, 2004, 10:01:00 AM »

Like this,

Set DoThis "CallFile $ActualPath$\\Scripts\\SomeScript.xas"
Goto NextStep
:NextStep
%DoThis%
Quit
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Can Variables Be Use As Functions?
« Reply #1 on: March 02, 2004, 10:11:00 AM »

QUOTE (flattspott @ Mar 2 2004, 02:54 PM)
Like this,

Set DoThis "CallFile $ActualPath$\\Scripts\\SomeScript.xas"
Goto NextStep
:NextStep
%DoThis%
Quit

No. Commands are not send through the translation.... only arguments following the first item.

The speed would be abyssmal if I did that wink.gif
Logged