Forum: Era Main Forum
06-22-2014, 03:44 PM
|
|
Replies: 15
Views: 2,295
|
Forum: Era Main Forum
06-21-2014, 09:53 PM
|
|
Replies: 15
Views: 2,295
|
Forum: Era Main Forum
06-21-2014, 08:50 PM
|
|
Replies: 15
Views: 2,295
|
Forum: NPC Scripting
06-17-2014, 02:00 AM
|
|
Replies: 4
Views: 3,579
Well it's for temporary values/variables. When...
Well it's for temporary values/variables. When you use this. or no prefix at all those variables stay in memory with the npc / globally.
Using temp also guarantees the variable will be empty/0 and...
|
Forum: NPC Scripting
06-16-2014, 11:56 PM
|
|
Replies: 4
Views: 3,579
function onCreated() {
...
function onCreated() {
setImg("blackbeltben_bullet.png");
setShape(1, 32, 32);
moveBullet();
}
function movebullet() {
temp.dx = this.newx - this.x; // delta = final position -...
|
Forum: NPC Scripting
06-10-2014, 03:51 PM
|
|
Replies: 19
Views: 7,780
function onCreated() {
if...
function onCreated() {
if (!isBlocking(tiles[player.x+1.5,player.y+3])) {
player.chat = "this tile is not blocking";
}
}
function isBlocking(tile) {
temp.blocktiles = {1,2,3,4,5};
...
|
Forum: NPC Scripting
06-10-2014, 03:13 AM
|
|
Replies: 19
Views: 7,780
|
Forum: Tech Support
06-10-2014, 03:11 AM
|
|
Replies: 8
Views: 3,569
|
Forum: Era Main Forum
06-05-2014, 09:42 PM
|
|
Replies: 118
Views: 18,433
|
Forum: Zormite Republic
06-05-2014, 03:23 PM
|
|
Replies: 2
Views: 794
|
Forum: Era Main Forum
06-05-2014, 01:17 PM
|
|
Replies: 118
Views: 18,433
|
Forum: Future Improvements
06-03-2014, 12:54 AM
|
|
Replies: 6
Views: 2,959
|
Forum: NPC Scripting
05-29-2014, 07:33 PM
|
|
Replies: 8
Views: 3,764
|
Forum: Era Main Forum
05-29-2014, 07:28 PM
|
|
Replies: 99
Views: 15,699
|
Forum: Feature request
05-27-2014, 11:51 AM
|
|
Replies: 3
Views: 21,132
|
Forum: NPC Scripting
05-17-2014, 10:01 PM
|
|
Replies: 8
Views: 4,059
|
Forum: Era Main Forum
05-16-2014, 01:04 PM
|
|
Replies: 88
Views: 19,250
|
Forum: Code Gallery
05-16-2014, 12:29 AM
|
|
Replies: 29
Views: 23,919
|
Forum: PlayerWorlds Main Forum
05-15-2014, 04:43 PM
|
|
Replies: 7
Views: 1,757
|
Forum: Tech Support
05-10-2014, 02:26 PM
|
|
Replies: 11
Views: 3,688
|
Forum: Birthday Forum
05-08-2014, 11:52 PM
|
|
Replies: 10
Views: 2,553
|
Forum: New Scripting Engine (GS2)
05-08-2014, 11:51 PM
|
|
Replies: 6
Views: 2,591
|
Forum: Era Main Forum
05-08-2014, 11:48 PM
|
|
Replies: 88
Views: 19,250
You could just only show the search when they...
You could just only show the search when they single tap it open.
I would try and simulate behavior like the windows start menu:
press Q then be able to type in M4 (or w/e) and press enter to...
|
Forum: PlayerWorlds Main Forum
05-08-2014, 01:09 PM
|
|
Replies: 21
Views: 5,328
|
Forum: PlayerWorlds Main Forum
05-08-2014, 02:06 AM
|
|
Replies: 21
Views: 5,328
Support Center is Back!
After so many years the support center has finally been resurrected.
Tickets can be created for 'PC Graal' under the Playerworlds and Playerworlds Accounts departments.
...
|