acs fult

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
edward850
Posts: 5889
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

acs fult

Post by edward850 »

can some one please help me with an acs fult

script 4 respawn
{ //respawn
print (s:"loading player");
changecamera (6, 0, 0);
delay (50);
teleport_nofog (5);
}

script 5 enter
{ //start up
teleport_nofog (8);
}

the rest works, but not the teleporting bit :x
and yes i have compiled
User avatar
edward850
Posts: 5889
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Post by edward850 »

and im shure the rest of the script works
User avatar
Cyrez
Posts: 81
Joined: Tue Jul 15, 2003 4:20 pm
Location: Missouri
Contact:

Post by Cyrez »

a that should be

Teleport_NoFog (tid, useangle, tag)
also do you have a destination spot placed?
Dr_Ian
Posts: 41
Joined: Wed Sep 07, 2005 4:19 pm
Location: Edinburgh

Post by Dr_Ian »

Yeah, make sure it's a teleport destination, as it's fussy about teleporting the player to the position of other things.
User avatar
edward850
Posts: 5889
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Post by edward850 »

i have all of that, ezcept from the use angle and tag, but i do have the tid correct, and why would it be fussy!?!
Locked

Return to “Editing (Archive)”