Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Need hep w/ teleporting (https://forums.graalonline.com/forums/showthread.php?t=14017)

Jimboo 10-07-2001 07:46 AM

Need hep w/ teleporting
 
hen I'm in liet's say Map1 and have an eent say if {playertouchsme} {setlevel2 Map2,23,45;} it doesn't teleport me from Map one to 2, what'swrong?

AlexH 10-07-2001 07:55 AM

talk english child

Python523 10-07-2001 08:05 AM

Re: Need hep w/ teleporting
 
Quote:

Originally posted by Jimboo
hen I'm in liet's say Map1 and have an eent say if {playertouchsme} {setlevel2 Map2,23,45;} it doesn't teleport me from Map one to 2, what'swrong?
1.) I agree with Alex, talk normal if you want help.
2.)if {playertouchsme} is not valid, there are no {,}'s in if (playertouchsme)

Providence_RC1 10-07-2001 08:09 AM

if (playertouchsme) {
setlevel2 map.graal,30,30;
}

Jimboo 10-07-2001 08:33 AM

re:
 
I'm sorry this peice of crap board can't read every letter I type and it skips letters because its a peice of shiznit
This is what I meant to say
let's say Map1 has an event and it says if {playertouchsme} {setlevel2 Map2.graal,23,45;}, it doesn't teleport me from Map one to 2, what'swrong?

Providence_RC1 10-07-2001 08:34 AM

it's
if (playertouchsme) {
not
if {playertouchsme} {

Jimboo 10-07-2001 08:49 AM

re:
 
It' like that already just didn't type it right on the board, does he map need to be in a specifc folder or something? Does itwork in editor?

Python523 10-07-2001 09:16 AM

??
I think the levels need to be in the same folder

fireball_dolphonia 10-07-2001 09:29 AM

if(playersays(map2)){setlevel2 map2.graal,30,30}


All times are GMT +2. The time now is 11:14 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.