ES Recruitment Drive
Originally Posted by KZero07 View Post
Can anyone modify this script Blink. Instead of changing player position, it changes player rotation?

I'll try, but I don't promise anything.
Mmmhh, there's a problem, there's no set_body_rot function
nope nope nope, I'm not gonna touch those fucking matrices
Last edited by Fran; Oct 15, 2012 at 07:24 AM.
RickyRicon is right. There isn't a set_body_rot function. Or to be precise: There is one but it doesn't do anything.
It seems like it's impossible to rotate bodyparts or joints without using forces. Sorry.
Signature temporarily out of order.
Kk,i would like to know,how to make an lua mod? progams i need use,or anything.
Originally Posted by Sainzgc View Post
Kk,i would like to know,how to make an lua mod? progams i need use,or anything.

There are Lua scripts and there are mods (which have nothing to do with Lua).
For Lua tutorials see this thread.
Signature temporarily out of order.
I'm still a newb, could anybody explain to me how:
  • You can add/change trails on a Tori,
  • You can tell if a user is in the game (Tori 0 or 1),
  • You can add flames to the tori.
You can neither add trails nor flames with Lua.
get_player_info(0).name gives you tori's name and get_player_info(1).name uke's.
Last edited by psycore; Nov 12, 2012 at 05:44 PM.
Signature temporarily out of order.
Originally Posted by psycore View Post
You can neither add trails nor flames with Lua.
get_player_info(0).name gives you tori's name and get_player_info(0).name uke's.

I'm just going to go out and take a guess that get_player_info(1) gives your name, and (0) gives ukes...? :P
tori = get_player_info(0).name 
uke = get_player_info(1).name
multiple texture uploader! updated: multiple texture remover!
updated pretty colorlist!

<BobJoelZ> ok ive just rebooted my pc and ive tried to activate my reflex on yahoo internet explorer :/ no luck

<Aracoon> I do not enjoy having anal sex with multiple men
Originally Posted by 1WOOF1 View Post
I'm just going to go out and take a guess that get_player_info(1) gives your name, and (0) gives ukes...? :P

Oops, sry. I forgot to change that 0 to a 1.
Signature temporarily out of order.