Gene

14/01/2006 14:36:18

Salu2.

como se hace el script de llevar al muerto donde la palmo? yo uso este pero no me furrula.


[quote:22684319ee]void main()
{
object oSuicida = GetPCSpeaker();
string sNombrePJ = "posicion_muerte_" + GetName(oSuicida);
location locResucita = GetLocalLocation(oSuicida, sNombrePJ);
DelayCommand (3.0,AssignCommand(oSuicida , ClearAllActions()));
AssignCommand (oSuicida, JumpToLocation(locResucita ));
}
[/quote:22684319ee]