Thread: Commands
View Single Post
  #4  
Old 12-24-2001, 06:46 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
okay, howabout a command like

alert Text;

and it pops up a box similar to javascript

NPC Code:

<SCRIPT>
window.alert("Text");
</SCRIPT>

Reply With Quote