Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

View Poll Results: Is This Simple?
Yes 4 44.44%
No 1 11.11%
This Poll Is Pointless, and Your New So You Must Want To Try The Features X( 4 44.44%
Voters: 9. You may not vote on this poll

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-20-2012, 12:27 AM
Bleachlover551 Bleachlover551 is offline
Soul Reaper
Bleachlover551's Avatar
Join Date: Jul 2012
Location: Brunswick
Posts: 34
Bleachlover551 is an unknown quantity at this point
Simple Warp Script [Help]

okay so i have this in my npc.
PHP Code:
// Made By Toshi! (Developer)
if (created) {
  
showcharacter;
  
setcharprop #3,head.png;
  
setcharprop #C0,orange;
  
setcharprop #C1,white;
  
setcharprop #C2,blue;
  
setcharprop #C3,red;
  
setcharprop #p1,rainbow_chinahat.png;
  
setcharprop #C4,black;
  
setcharprop #2,;
  
setcharprop #n,Toshi;
  
ap 100;
  
shieldpower 1;
  
dir 2;
}
if (
playertouchsme) {
  
say2 I Made This Level#bto see my house say "yes".;
}
function 
onPlayerchats(){
  if (
player.chat == "Yes"){
    
setlevel2=toshi's_level_inside_room5.nw,35.5,30;
  }

once i say Yes It Wont Warp Me i wonder Why
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:53 AM.


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