Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-27-2001, 08:41 AM
pimpiroth pimpiroth is offline
Registered User
Join Date: Dec 2001
Posts: 29
pimpiroth is on a distinguished road
Send a message via AIM to pimpiroth Send a message via Yahoo to pimpiroth
Poster

Ok Im working on a poster for practise. Oh and I must give creidt for the idea, its from Andor.



Well anyways heres the part that goes in the staff room or whatever.


// NPC made by yahgrown
//posting script
//post part only for owner or other people who will post.


if (playerchats && strequals(#c,post)) {
tokenize #c;
if (strequals(#t(0),post)) {
setstring server.post,#t(1);
}
}


=====================================
Heres the part that goes in the player system


// NPC made by yahgrown
//posting script
//post part only for owner or other people who will post.


if (playerchats && strequals(#c,post)) {
tokenize #c;
if (strequals(#t(0),post)) {
setstring server.post,#t(1);
}
}
==============================================

I know there somthing wrong with the staff weapon. Because when I do it manually, open flags and type in "server.post=finally up, thanks for the support" It will disply it. Can someone help?
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:40 AM.


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