View Single Post
  #8  
Old 08-28-2008, 04:43 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by xXziroXx View Post
If I wanted to do it with an object, I would do:


PHP Code:
temp.obj findNPC("foobarbaz");
obj.string_foobar "lawl";  // Just to show a string example.
obj.string_lolwat "baz";  // Just to show a string example.
for (temp.foogetstringkeys("obj.string_")) {
  echo(
foo SPC "[" makevar("obj.string_" foo) @ "]");

Hmm, you're right, but you can't do obj.getstringkeys()

But yeah.. I probably read through your script to fast
__________________
Reply With Quote