Author Topic: Whats wrong with this line of my script?  (Read 1809 times)

%PetName.setMoveObject(localclientconnection.%client);

console shows the  ## like this

%PetName.setMoveObject(localclientconnection.%client)##;##


This is only 1 line of it,%PetName and %client are in other part of it,PLZ fix,i really need it

Posting the whole thing might help.

You have a variable inside of a variable.

Take out the % from the .%client

Take out the % from the .%client

Look, if you don't know what the problem is you probably shouldn't bother trying to help, especially if you don't know how to script, then you're just misleading people.

O.O
Need some ice for that burn?

Either the localclientconnection. or the .%client is unnecessary depending upon the context.

Either the localclientconnection. or the .%client is unnecessary depending upon the context.
^ that and you probably want client.player if your trying to do some bot moving function.

I just love it when people steal my ideas

I bet your SMG is very original Snip3r.

Ontopic: You probably want %client. Not sure why you would want a function to only have pets follow the host.

I just love it when people steal my ideas
Good luck with that. I had a pet mod way back when(v8) and I'm sure someone else had one before I did as well.


Get over your ideas; they aren't original in the first place and no one cares. For example, when I start making an RPG and then 5 other scripted RPGs with the exact same theme and such show up, I don't start yelling at them with sentences not ending in periods. Modders often find other people's ideas and want to make their own. I've done this myself multiple times.

Good luck with that. I had a pet mod way back when(v8) and I'm sure someone else had one before I did as well.
Someone made the kittybot mod back in v0002 (With rtb 1.045 installed). I'm sure it counts.

I bet your SMG is very original Snip3r.

Ontopic: You probably want %client. Not sure why you would want a function to only have pets follow the host.
Im saying that line looks quite similar to mine;

http://forum.blockland.us/index.php?topic=61702.0

By the looks of it he doesn't know what he's doing anyways.