Moonrise Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Moonrise Forums

MoonRise Forums Homepage

Latest topics
» Many teams made by Revolution.
Unrated/ Rated EmptySun Apr 19, 2009 4:29 pm by Revolution

» Abandoning MoonRise
Unrated/ Rated EmptySun Apr 19, 2009 4:16 pm by Revolution

» Items needed on Pokemon Netbatte
Unrated/ Rated EmptySun Apr 19, 2009 2:56 pm by Warden

» Random Scripts
Unrated/ Rated EmptySun Mar 29, 2009 12:24 pm by Warden

» Want to destroy your computer? Go here!
Unrated/ Rated EmptyThu Mar 26, 2009 4:13 pm by Revolution

» People
Unrated/ Rated EmptyTue Mar 24, 2009 10:34 pm by Warden

» This is most likely in the WRONG forum, but...
Unrated/ Rated EmptyTue Mar 24, 2009 10:30 pm by Warden

» Abandoning MoonRise
Unrated/ Rated EmptyTue Mar 24, 2009 10:22 pm by Revolution

» Team
Unrated/ Rated EmptyTue Feb 17, 2009 6:44 am by The Almighty Flareon

Log in

I forgot my password



Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Search
 
 

Display results as :
 


Rechercher Advanced Search

Affiliates
free forum
 


Bookmark
Get this site as a widget

You are not connected. Please login or register

Unrated/ Rated

Go down  Message [Page 1 of 1]

1Unrated/ Rated Empty Unrated/ Rated Thu Jan 29, 2009 10:19 pm

Warden


Global Administrator
Global Administrator

Event -ChatMessage
If $Message = "/unrated"
/StopEvent
/SaveValue $GetPlayerInfo(#Source, PSID) & "/Rated", "1"
/SendPM #Source, "Now you will receive only unrated challenges"
/Exit
EndIf
If $Message = "/Rated"
/StopEvent
/SaveValue $GetPlayerInfo(#Source, PSID) & "/Rated", "0"
/SendPM #Source, "Now you will receive only rated challenges"
/Exit
EndIf
If $Message = "/AllRate"
/StopEvent
/SaveValue $GetPlayerInfo(#Source, PSID) & "/Rated", ""
/SendPM #Source, "Now you will receive both rated and unrated challenges"
/Exit
EndIf
EndEvent

Event -ChallengIssued
If $Mid($Message, 9, 1) <> $GetValue($GetPlayerInfo(#Target, PSID) & "/Rated") AND $GetValue($GetPlayerInfo(#Target, PSID) & "/Rated") <> ""
/StopEvent
/SendPM #Source, "That challenge does not match rated/unrated preferences of you opponent!"
/Exit
EndIf
EndEvent

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum