Issue solved no help needed
BeaverMage
Member Posts: 20
object oWaypoint = GetLocation(GetObjectByTag("wt_KhirTorumTowerUp",0));
I keep getting the "MISMATCHED TYPES" error in the compiler. I'm trying to get get the location of a waypoint and teleport the player to the waypoint instead of using a standard door.
I keep getting the "MISMATCHED TYPES" error in the compiler. I'm trying to get get the location of a waypoint and teleport the player to the waypoint instead of using a standard door.
Post edited by BeaverMage on
0
Comments
location lWaypoint = GetLocation(GetObjectByTag("wt_KhirTorumTowerUp",0));