User talk:MisterMcCoonie

Revision as of 14:16, 30 March 2009 by imported>DragoonWraith (New page: == OBSE Wish: String Arguments == In v0017 you will be able to pass a string in any place that you would usually pass a string literal by using, for example, this: string_var str Begi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OBSE Wish: String Arguments

In v0017 you will be able to pass a string in any place that you would usually pass a string literal by using, for example, this:

string_var str

Begin GameMode

  set str to sv_Construct "blah blah"
  SetMagicEffectName $str FRDG

End

That should fulfill your wish (and is generally easier in practice than actually having a format string in there.
Dragoon Wraith TALK 15:16, 30 March 2009 (EDT)

Return to the user page of "MisterMcCoonie".